From: Ant Zucaro Date: Sun, 27 Jan 2013 03:28:44 +0000 (-0500) Subject: Add rune support to the scoreboard. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a66cb02d6973d0e35724acacb234d076147d33f;p=xonotic%2Fxonstat.git Add rune support to the scoreboard. --- diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index c26cec6..3a94937 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -59,7 +59,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % endif -% if game_type_cd in 'ca' 'dm' 'duel' 'tdm': +% if game_type_cd in 'ca' 'dm' 'duel' 'rune' 'tdm': Nick @@ -196,7 +196,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} ${pgstat.collects} % endif -% if game_type_cd in 'ca' 'dm' 'duel' 'tdm': +% if game_type_cd in 'ca' 'dm' 'duel' 'rune' 'tdm': ${pgstat.kills} ${pgstat.deaths} ${pgstat.suicides}