From: Ant Zucaro Date: Sat, 26 Jan 2013 17:49:33 +0000 (-0500) Subject: Add CTS support to the scoreboard. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c1853b1c172088313d4b859b4c6cc5ebee37585;p=xonotic%2Fxonstat.git Add CTS support to the scoreboard. --- diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index d5d04b3..391d904 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -103,7 +103,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % if show_latency: Ping % endif - Fastest Lap + Fastest Time Deaths @@ -171,7 +171,7 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % endif % if game_type_cd == 'cts': - ${pgstat.fastest} + ${round(float(pgstat.fastest.seconds) + (pgstat.fastest.microseconds/1000000.0), 2)} ${pgstat.deaths} % endif