From: Mario Date: Fri, 6 Sep 2019 00:53:45 +0000 (+1000) Subject: Allow g_player_brightness changes without affecting purity X-Git-Tag: xonotic-v0.8.5~1314 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ceb215a0fdd60fadc7d6185f14268967fbe67a0f;p=xonotic%2Fxonotic-data.pk3dir.git Allow g_player_brightness changes without affecting purity --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 707043f3d..c39457778 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -430,6 +430,7 @@ void cvar_changes_init() BADCVAR("g_physics_clientselect"); BADCVAR("g_pinata"); BADCVAR("g_powerups"); + BADCVAR("g_player_brightness"); BADCVAR("g_spawnshieldtime"); BADCVAR("g_start_delay"); BADCVAR("g_superspectate");