From d907664a734269bf9969dcab07f01cbd1bf2504d Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 26 Jan 2013 22:01:28 -0500 Subject: [PATCH] Add dom support. --- xonstat/templates/scoreboard.mako | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index 391d904..f54baef 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -129,6 +129,25 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % endif +% if game_type_cd == 'dom': + + + Nick + % if show_latency: + Ping + % endif + Kills + Deaths + Takes + Ticks + Score + % if show_elo: + Elo Change + % endif + + +% endif + % if game_type_cd == 'freezetag': @@ -183,6 +202,13 @@ ${scoreboard_header(game_type_cd, pgstats[0])} ${pgstat.returns} % endif +% if game_type_cd == 'dom': + ${pgstat.kills} + ${pgstat.deaths} + ${pgstat.pickups} + ${pgstat.drops} +% endif + % if game_type_cd == 'freezetag': ${pgstat.kills} ${pgstat.deaths} -- 2.39.2