From: bones_was_here Date: Mon, 8 Jun 2020 07:00:33 +0000 (+1000) Subject: Whitelist g_casings X-Git-Tag: xonotic-v0.8.5~919^2 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=0aa47d81517e036a3b9d832fd3f5c4a8da36eab6;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist g_casings --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index 4c386ce66..0e9f7fa66 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -347,6 +347,7 @@ void cvar_changes_init() BADCVAR("g_freezetag_point_limit"); BADCVAR("g_glowtrails"); BADCVAR("g_hats"); + BADCVAR("g_casings"); BADCVAR("g_invasion_point_limit"); BADCVAR("g_jump_grunt"); BADCVAR("g_keepaway_ballcarrier_effects");