From: Mario Date: Fri, 29 May 2020 05:25:08 +0000 (+1000) Subject: Revert "Whitelist g_respawn_ghosts (does nothing gameplay relevant)" X-Git-Tag: xonotic-v0.8.5~1012 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=2a718ebca6aed499161fc61b8ec3ebf0abc110c1;p=xonotic%2Fxonotic-data.pk3dir.git Revert "Whitelist g_respawn_ghosts (does nothing gameplay relevant)" This reverts commit ab7fe30f076ddfebdafc95fafd3309d6d7aac75e. --- diff --git a/qcsrc/server/g_world.qc b/qcsrc/server/g_world.qc index f4599c893..d9ca813aa 100644 --- a/qcsrc/server/g_world.qc +++ b/qcsrc/server/g_world.qc @@ -354,7 +354,6 @@ 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");