From 94cb9d73a39076970d3ec7f9538d43a956b9c7a5 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 5 Mar 2017 03:10:33 +1000 Subject: [PATCH] Don't count the mapinfo debug option as impure --- 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 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"); -- 2.39.2