From: Ant Zucaro Date: Sun, 27 Jan 2013 03:07:11 +0000 (-0500) Subject: Add ft support to the scoreboard. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cbb8de5967e3448c804356a4cd1323995b6c5ad2;p=xonotic%2Fxonstat.git Add ft support to the scoreboard. --- 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