From: Mario Date: Wed, 21 Jun 2017 04:33:23 +0000 (+1000) Subject: Whitelist another cvar X-Git-Tag: xonotic-v0.8.5~2712 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=897139067fde2b5e2470b4298e5244c96f8fd454;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist another cvar --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 70174b0de..ed62e7447 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -252,6 +252,7 @@ void cvar_changes_init() // these can contain player IDs, so better hide BADPREFIX("g_forced_team_"); + BADCVAR("sv_muteban_list"); // mapinfo BADCVAR("fraglimit");