From bef5bc4ba5fc75f6a2b6736cac614399f5ff3c88 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 13 Jul 2017 07:40:06 +1000 Subject: [PATCH] Don't make servers that use the info feature 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 42c64e6a3..5ad783bbf 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -461,6 +461,7 @@ void cvar_changes_init() BADCVAR("teamplay_mode"); BADCVAR("timelimit_override"); BADPREFIX("g_warmup_"); + BADPREFIX("sv_info_"); BADPREFIX("sv_ready_restart_"); // mutators that announce themselves properly to the server browser -- 2.39.2