From 24f483b5d194c66bd15cee154a3760ddb8247249 Mon Sep 17 00:00:00 2001 From: TimePath Date: Tue, 30 Jun 2015 14:27:27 +1000 Subject: [PATCH] Ignore sv_mapformat_is_quake2 too --- qcsrc/server/g_world.qc | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2