]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove purity whitelist for the Testing balance
authorMario <mario.mario@y7mail.com>
Sat, 27 Feb 2021 01:23:23 +0000 (11:23 +1000)
committerMario <mario.mario@y7mail.com>
Sat, 27 Feb 2021 01:23:23 +0000 (11:23 +1000)
qcsrc/server/world.qc

index 68781ba443e755c09c57307d0f0e7ec4bf4f872b..e41eb37ce8d9406555d3aee671d25064dd40b255 100644 (file)
@@ -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