From cbb8de5967e3448c804356a4cd1323995b6c5ad2 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 26 Jan 2013 22:07:11 -0500 Subject: [PATCH] Add ft support to the scoreboard. --- xonstat/templates/scoreboard.mako | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index f54baef..ced8154 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -148,7 +148,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % endif -% if game_type_cd == 'freezetag': +% if game_type_cd in 'ft' 'freezetag': Nick @@ -157,7 +157,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % endif Kills Deaths - Suicides + Revivals Score % if show_elo: Elo Change @@ -209,9 +209,9 @@ ${scoreboard_header(game_type_cd, pgstats[0])} ${pgstat.drops} % endif -% if game_type_cd == 'freezetag': +% if game_type_cd in 'ft' 'freezetag': ${pgstat.kills} ${pgstat.deaths} - ${pgstat.suicides} + ${pgstat.revivals} % endif -- 2.39.2