From 0e5789840a63772624bcbd7891c3662bb9a0ac3a Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 2 Sep 2019 17:21:40 +1000 Subject: [PATCH] Whitelist some settings that don't change gameplay --- qcsrc/server/g_world.qc | 3 +++ 1 file changed, 3 insertions(+) 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"); -- 2.39.2