From: Mario Date: Sat, 27 Feb 2021 01:23:23 +0000 (+1000) Subject: Remove purity whitelist for the Testing balance X-Git-Tag: xonotic-v0.8.5~562 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=196f8f23380cd9b33fac62be8c100120f53b291f;p=xonotic%2Fxonotic-data.pk3dir.git Remove purity whitelist for the Testing balance --- diff --git a/qcsrc/server/world.qc b/qcsrc/server/world.qc index 68781ba44..e41eb37ce 100644 --- a/qcsrc/server/world.qc +++ b/qcsrc/server/world.qc @@ -523,12 +523,6 @@ void cvar_changes_init() BADCVAR("g_lms_weaponarena"); BADCVAR("g_ctf_stalemate_time"); - if(cvar_string("g_mod_balance") == "Testing") - { - // (temporary) while using the Testing balance, any weapon balance cvars are allowed to be changed - BADPREFIX("g_balance_"); - } - #undef BADPRESUFFIX #undef BADPREFIX #undef BADCVAR