add UnlockAllAreas config option

This commit is contained in:
Martin Michelsen
2024-03-18 10:03:37 -07:00
parent 93d97d3e5b
commit 325f7c6efc
5 changed files with 43 additions and 0 deletions
+1
View File
@@ -890,6 +890,7 @@ void ServerState::load_config_early() {
this->allow_dc_pc_games = this->config_json->get_bool("AllowDCPCGames", true);
this->allow_gc_xb_games = this->config_json->get_bool("AllowGCXBGames", true);
this->enable_chat_commands = this->config_json->get_bool("EnableChatCommands", true);
this->unlock_all_areas = this->config_json->get_bool("UnlockAllAreas", false);
this->version_name_colors.reset();
try {