From: Mario Date: Fri, 29 May 2020 05:05:11 +0000 (+1000) Subject: Whitelist g_respawn_ghosts (does nothing gameplay relevant) X-Git-Tag: xonotic-v0.8.5~1014 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ab7fe30f076ddfebdafc95fafd3309d6d7aac75e;p=xonotic%2Fxonotic-data.pk3dir.git Whitelist g_respawn_ghosts (does nothing gameplay relevant) --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index d9ca813aa..f4599c893 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -354,6 +354,7 @@ void cvar_changes_init() BADCVAR("g_physics_predictall"); BADCVAR("g_piggyback"); BADCVAR("g_playerclip_collisions"); + BADCVAR("g_respawn_ghosts"); BADCVAR("g_spawn_alloweffects"); BADCVAR("g_tdm_point_leadlimit"); BADCVAR("g_tdm_point_limit");