From: Mario Date: Wed, 12 Jul 2017 21:40:06 +0000 (+1000) Subject: Don't make servers that use the info feature impure X-Git-Tag: xonotic-v0.8.5~2646 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bef5bc4ba5fc75f6a2b6736cac614399f5ff3c88;p=xonotic%2Fxonotic-data.pk3dir.git Don't make servers that use the info feature impure --- 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