From: Mario Date: Mon, 2 Sep 2019 07:21:40 +0000 (+1000) Subject: Whitelist some settings that don't change gameplay X-Git-Tag: xonotic-v0.8.5~1328 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=0e5789840a63772624bcbd7891c3662bb9a0ac3a;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist some settings that don't change gameplay --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 36ca8b267..b02e4b869 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -293,6 +293,8 @@ void cvar_changes_init() BADCVAR("teamplay"); BADCVAR("timelimit"); BADCVAR("g_mapinfo_ignore_warnings"); + BADCVAR("g_maplist_ignore_sizes"); + BADCVAR("g_maplist_sizes_count_bots"); // long BADCVAR("hostname"); @@ -406,6 +408,7 @@ void cvar_changes_init() BADCVAR("g_ban_sync_uri"); BADCVAR("g_buffs"); BADCVAR("g_ca_teams_override"); + BADCVAR("g_ctf_fullbrightflags"); BADCVAR("g_ctf_ignore_frags"); BADCVAR("g_ctf_leaderboard"); BADCVAR("g_domination_point_limit");