]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qc
Remove purity whitelist for the Testing balance
[xonotic/xonotic-data.pk3dir.git] / 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