From: Mario Date: Thu, 3 May 2018 11:13:20 +0000 (+1000) Subject: Whitelist another ID-containing cvar X-Git-Tag: xonotic-v0.8.5~2150 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=716fd5525542b76663dd7667207ad897771dac71;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist another ID-containing cvar --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index b9c626431..a613edc14 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -249,6 +249,7 @@ void cvar_changes_init() // these can contain player IDs, so better hide BADPREFIX("g_forced_team_"); BADCVAR("sv_muteban_list"); + BADCVAR("sv_voteban_list"); BADCVAR("sv_allow_customplayermodels_idlist"); BADCVAR("sv_allow_customplayermodels_speciallist");