From: TimePath Date: Tue, 30 Jun 2015 04:27:27 +0000 (+1000) Subject: Ignore sv_mapformat_is_quake2 too X-Git-Tag: xonotic-v0.8.1~56^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=24f483b5d194c66bd15cee154a3760ddb8247249;p=xonotic%2Fxonotic-data.pk3dir.git Ignore sv_mapformat_is_quake2 too --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index a22510788..c75825b15 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_quake2"); BADCVAR("sv_mapformat_is_quake3"); BADPREFIX("sv_world");