From: Rudolf Polzer Date: Tue, 9 Nov 2010 21:19:05 +0000 (+0100) Subject: don't let minstagib make a server "non-pure" (minstagib is the most official mutator... X-Git-Tag: xonotic-v0.1.0preview~167^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=4632b0cffc877c84f0d18f2334137cfab7498a23 don't let minstagib make a server "non-pure" (minstagib is the most official mutator there is, after all) --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index e0e5480017..c5abb52f59 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -403,6 +403,7 @@ void cvar_changes_init() BADCVAR("g_maplist_votable_abstain"); BADCVAR("g_maplist_votable_nodetail"); BADCVAR("g_maplist_votable_suggestions"); + BADCVAR("g_minstagib"); BADCVAR("g_nexball_goallimit"); BADCVAR("g_runematch_point_limit"); BADCVAR("g_start_delay");