From: terencehill Date: Mon, 26 Feb 2024 10:32:47 +0000 (+0100) Subject: Display respawn ghost with player's color instead of white X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=f2ceec6ea53a4094e47a30c226a0bb0716d24ae3;p=xonotic%2Fxonotic-data.pk3dir.git Display respawn ghost with player's color instead of white --- diff --git a/xonotic-client.cfg b/xonotic-client.cfg index d1b449f47..9dee8744c 100644 --- a/xonotic-client.cfg +++ b/xonotic-client.cfg @@ -240,7 +240,7 @@ seta cl_damageeffect_lifetime_max 6 "maximum lifetime a damage effect may have" set cl_deathglow 2 "number of seconds during which dead bodies glow out" set cl_deathglow_min 0.5 "glow out up to this glow factor" -set cl_respawn_ghosts_keepcolors 0 "if enabled respawn ghosts keep body colors" +set cl_respawn_ghosts_keepcolors 1 "if enabled respawn ghosts keep body colors" set _teams_available 0 "internal cvar, value is synced from the server to reflect currently available teams to join"