From 47f07bbc51a15e46037a70805fca0e6f3e1839f5 Mon Sep 17 00:00:00 2001 From: Jake Probst Date: Sun, 11 Jun 2023 14:00:10 -0600 Subject: [PATCH] clarifying comments --- src/Lobby.hh | 2 +- system/config.example.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Lobby.hh b/src/Lobby.hh index 7517dab9..c8351903 100644 --- a/src/Lobby.hh +++ b/src/Lobby.hh @@ -36,7 +36,7 @@ struct Lobby : public std::enable_shared_from_this { IS_SPECTATOR_TEAM = 0x00002000, // episode must be EP3 also SPECTATORS_FORBIDDEN = 0x00004000, START_BATTLE_PLAYER_IMMEDIATELY = 0x00008000, - DROPS_ENABLED = 0x00010000, + DROPS_ENABLED = 0x00010000, // Does not affect BB // Flags used only for lobbies PUBLIC = 0x01000000, diff --git a/system/config.example.json b/system/config.example.json index 2846cad4..3b3f3d5d 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -362,7 +362,9 @@ // tracking is always enabled for them. "EnableItemTracking": true, - // Disable/Enable drops. + // Enable or disable drops by default in non-BB games (drops are always + // enabled in BB games). The leader can toggle drops in each game with the + // $drop command. "EnableDrops": true, // Whether to enable certain exception handling. Disabling this causes