disable rare notifs for client drops by default

This commit is contained in:
Martin Michelsen
2024-07-20 11:58:18 -07:00
parent a3cc0bd13f
commit 5523388ad4
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -134,6 +134,7 @@ struct ServerState : public std::enable_shared_from_this<ServerState> {
BehaviorSwitch cheat_mode_behavior = BehaviorSwitch::OFF_BY_DEFAULT;
bool default_switch_assist_enabled = false;
bool use_game_creator_section_id = false;
bool rare_notifs_enabled_for_client_drops = false;
bool default_rare_notifs_enabled_v1_v2 = false;
bool default_rare_notifs_enabled_v3_v4 = false;
std::unordered_set<uint32_t> notify_game_for_item_primary_identifiers_v1_v2;