From: Mario Date: Fri, 19 May 2017 22:52:10 +0000 (+1000) Subject: Mark g_ctf_leaderboard as a change allowed by server admins (also doesn't affect... X-Git-Tag: xonotic-v0.8.5~2771 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=223d83844b369f051e80aca2507a6e14e41cf660;p=xonotic%2Fxonotic-data.pk3dir.git Mark g_ctf_leaderboard as a change allowed by server admins (also doesn't affect purity) --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index c037d2cde..23bc7757d 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -397,6 +397,7 @@ void cvar_changes_init() BADCVAR("g_buffs"); BADCVAR("g_ca_teams_override"); BADCVAR("g_ctf_ignore_frags"); + BADCVAR("g_ctf_leaderboard"); BADCVAR("g_domination_point_limit"); BADCVAR("g_domination_teams_override"); BADCVAR("g_freezetag_teams_override");