make bb_exchange_pc disable drops; closes #562

This commit is contained in:
Martin Michelsen
2024-09-23 00:32:02 -07:00
parent 4831f3649a
commit 39f3a4afa7
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ struct Lobby : public std::enable_shared_from_this<Lobby> {
SPECTATORS_FORBIDDEN = 0x00008000,
START_BATTLE_PLAYER_IMMEDIATELY = 0x00010000,
CANNOT_CHANGE_CHEAT_MODE = 0x00020000,
USE_CREATOR_SECTION_ID = 0x00040000,
CANNOT_CHANGE_DROP_MODE = 0x00040000,
USE_CREATOR_SECTION_ID = 0x00080000,
// Flags used only for lobbies
PUBLIC = 0x01000000,
DEFAULT = 0x02000000,