From 76e673e444b0b153e0735b433304cb311d16afb5 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 9 Feb 2013 09:02:54 -0500 Subject: [PATCH] Show CTS deaths on the scoreboard again --- xonstat/templates/scoreboard.mako | 2 ++ 1 file changed, 2 insertions(+) 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': -- 2.39.2