From: FruitieX Date: Wed, 15 Dec 2010 17:57:01 +0000 (+0200) Subject: allow g_warmup cvars while keeping the server pure X-Git-Tag: xonotic-v0.1.0preview~21^2~3^2~1 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=40bbf372b1ccd7a0ea3a948c52dc4ce6a46f5959;p=xonotic%2Fxonotic-data.pk3dir.git allow g_warmup cvars while keeping the server pure --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index a5192b13c..97c1af39b 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -452,6 +452,7 @@ void cvar_changes_init() BADCVAR("sv_vote_master_password"); BADCVAR("sv_vote_simple_majority_factor"); BADCVAR("timelimit_override"); + BADPREFIX("g_warmup"); if(autocvar_g_minstagib) {