From 6697e5d14f5d14c04369ca92374dfbe857a2f60d Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Fri, 1 Feb 2013 15:49:42 -0500 Subject: [PATCH] Add nb support to the scoreboard. --- xonstat/templates/scoreboard.mako | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/xonstat/templates/scoreboard.mako b/xonstat/templates/scoreboard.mako index 4048955..3bcf31f 100644 --- a/xonstat/templates/scoreboard.mako +++ b/xonstat/templates/scoreboard.mako @@ -208,6 +208,23 @@ ${scoreboard_header(game_type_cd, pgstats[0])} % endif +% if game_type_cd in 'nb' 'nexball': + + + Nick + % if show_latency: + Ping + % endif + Goals + Faults + Score + % if show_elo: + Elo Change + % endif + + +% endif + ##### SCOREBOARD ROWS ##### @@ -277,4 +294,9 @@ ${scoreboard_header(game_type_cd, pgstats[0])} ${pgstat.carrier_kills} % endif +% if game_type_cd in 'nb' 'nexball': + ${pgstat.captures} + ${pgstat.drops} +% endif + -- 2.39.2