]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add rune support to the scoreboard.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 27 Jan 2013 03:28:44 +0000 (22:28 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 27 Jan 2013 03:28:44 +0000 (22:28 -0500)
xonstat/templates/scoreboard.mako

index c26cec66e29d9c9f5bd175e536341258b2977d09..3a9493780bf14d2d3fe7884ed051de5ae913d5ba 100644 (file)
@@ -59,7 +59,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
     </thead>
 % endif
 
-% if game_type_cd in 'ca' 'dm' 'duel' 'tdm':
+% if game_type_cd in 'ca' 'dm' 'duel' 'rune' 'tdm':
     <thead>
     <tr>
       <th class="nick">Nick</th>
@@ -196,7 +196,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
         <td>${pgstat.collects}</td>
 % endif
 
-% if game_type_cd in 'ca' 'dm' 'duel' 'tdm':
+% if game_type_cd in 'ca' 'dm' 'duel' 'rune' 'tdm':
         <td>${pgstat.kills}</td>
         <td>${pgstat.deaths}</td>
         <td>${pgstat.suicides}</td>