]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Show CTS deaths on the scoreboard again
authorAnt Zucaro <azucaro@gmail.com>
Sat, 9 Feb 2013 14:02:54 +0000 (09:02 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 9 Feb 2013 14:02:54 +0000 (09:02 -0500)
xonstat/templates/scoreboard.mako

index 0648ee36b85f7412a0885e78e39d55048489cc37..2f0672c1f21851c6ec4687038f42c03aeb169d09 100644 (file)
@@ -104,6 +104,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
       <th class="ping">Ping</th>
       % endif
       <th class="fastest">Fastest Time</th>
+      <th class="deaths">Deaths</th>
     </tr>
     </thead>
 % endif
@@ -268,6 +269,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])}
         % else:
         <td>-</td>
         % endif
+        <td>${pgstat.deaths}</td>
 % endif
 
 % if game_type_cd == 'ctf':