From: Mario Date: Mon, 20 Jan 2020 22:17:20 +0000 (+1000) Subject: Temporarily whitelist CTF stalemate timer so that different values can be tested... X-Git-Tag: xonotic-v0.8.5~1161^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a6f4183cfb6d6dded7a51c1977deec273ead800f;p=xonotic%2Fxonotic-data.pk3dir.git Temporarily whitelist CTF stalemate timer so that different values can be tested on servers without affecting purity --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 82e67a406..12155f756 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -493,6 +493,7 @@ void cvar_changes_init() BADCVAR("g_ca_weaponarena"); BADCVAR("g_freezetag_weaponarena"); BADCVAR("g_lms_weaponarena"); + BADCVAR("g_ctf_stalemate_time"); if(cvar_string("g_mod_balance") == "Testing") {