From: Mario Date: Sat, 4 Mar 2017 17:10:33 +0000 (+1000) Subject: Don't count the mapinfo debug option as impure X-Git-Tag: xonotic-v0.8.2~139 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=94cb9d73a39076970d3ec7f9538d43a956b9c7a5;p=xonotic%2Fxonotic-data.pk3dir.git Don't count the mapinfo debug option as impure --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 9c771fdef..6e40fcba7 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -280,6 +280,7 @@ void cvar_changes_init() BADCVAR("nextmap"); BADCVAR("teamplay"); BADCVAR("timelimit"); + BADCVAR("g_mapinfo_ignore_warnings"); // long BADCVAR("hostname");