Restore GC EXP direct menu patches

This commit is contained in:
2026-05-21 03:43:48 -04:00
parent 7c7ecf0383
commit 6b3669dfd6
15 changed files with 17 additions and 3744 deletions
-4
View File
@@ -883,10 +883,6 @@ void ServerState::load_config_early() {
throw runtime_error("PsoPeepsDCV2EXPMultiplier must be 5 or 10");
}
this->psopeeps_gc_exp_multiplier = this->config_json->get_int("PsoPeepsGCEXPMultiplier", 5);
if ((this->psopeeps_gc_exp_multiplier != 5) && (this->psopeeps_gc_exp_multiplier != 10)) {
throw runtime_error("PsoPeepsGCEXPMultiplier must be 5 or 10");
}
this->ip_stack_debug = this->config_json->get_bool("IPStackDebug", false);
this->allow_unregistered_users = this->config_json->get_bool("AllowUnregisteredUsers", false);