From: Mario Date: Mon, 31 Jul 2017 04:56:04 +0000 (+1000) Subject: Blacklist a couple of cvars X-Git-Tag: xonotic-v0.8.5~2550 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=834953eff1ec6783047c23b7944fce5db1c6818e;p=xonotic%2Fxonotic-data.pk3dir.git Blacklist a couple of cvars --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 73a5b8a88..4ad405adb 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -253,6 +253,8 @@ void cvar_changes_init() // these can contain player IDs, so better hide BADPREFIX("g_forced_team_"); BADCVAR("sv_muteban_list"); + BADCVAR("sv_allow_customplayermodels_idlist"); + BADCVAR("sv_allow_customplayermodels_speciallist"); // mapinfo BADCVAR("fraglimit");