From 1c1853b1c172088313d4b859b4c6cc5ebee37585 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sat, 26 Jan 2013 12:49:33 -0500 Subject: [PATCH] Add CTS 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 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 -- 2.39.2