From: Mircea Kitsune Date: Fri, 5 Oct 2012 23:41:29 +0000 (+0300) Subject: Show key name when indicating the player how to respawn. Not that it's needed, but... X-Git-Tag: xonotic-v0.7.0~198^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cb0709da8ee360c0b175ed4cede85dbe276faf9c;p=xonotic%2Fxonotic-data.pk3dir.git Show key name when indicating the player how to respawn. Not that it's needed, but if we're doing it let's do it right :P --- diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc index 51b014bdc..b14a74f29 100644 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@ -1393,7 +1393,7 @@ void HUD_DrawScoreboard() } else if(time >= respawn_time) { - str = strcat("You are dead, press fire to respawn"); + str = strcat("You are dead, press ^1", getcommandkey("primary fire", "+fire"), "^7 to respawn"); } pos_y += 1.2 * hud_fontsize_y;