From: Ant Zucaro Date: Sat, 9 Feb 2013 14:02:54 +0000 (-0500) Subject: Show CTS deaths on the scoreboard again X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=76e673e444b0b153e0735b433304cb311d16afb5;p=xonotic%2Fxonstat.git Show CTS deaths on the scoreboard again --- diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index 0648ee3..2f0672c 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -104,6 +104,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} Ping % endif Fastest Time + Deaths % endif @@ -268,6 +269,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % else: - % endif + ${pgstat.deaths} % endif % if game_type_cd == 'ctf':