From: TimePath Date: Tue, 30 Jun 2015 04:20:57 +0000 (+1000) Subject: Ignore sv_mapformat_is_quake3 when checking cvar purity. Fixes #1472 X-Git-Tag: xonotic-v0.8.1~56^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5741a4952f95e0f9975ad59c4801605eb25542d7;p=xonotic%2Fxonotic-data.pk3dir.git Ignore sv_mapformat_is_quake3 when checking cvar purity. Fixes #1472 --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 82a81776a..a22510788 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -188,6 +188,7 @@ void cvar_changes_init() BADCVAR("g_configversion"); BADCVAR("g_maplist_index"); BADCVAR("halflifebsp"); + BADCVAR("sv_mapformat_is_quake3"); BADPREFIX("sv_world"); // client