From 8a66cb02d6973d0e35724acacb234d076147d33f Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 26 Jan 2013 22:28:44 -0500 Subject: [PATCH] Add rune support to the scoreboard. --- xonstat/templates/scoreboard.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.39.2