From 5ce604d18736b8c1fa5ab5592d9946f6a05f92a6 Mon Sep 17 00:00:00 2001 From: antzucaro Date: Sun, 20 Nov 2011 14:25:48 -0500 Subject: [PATCH] Pass ALL weapon stats to the accuracy def, not just five. --- xonstat/templates/game_info.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonstat/templates/game_info.mako b/xonstat/templates/game_info.mako index c8e54f4..a397bcb 100755 --- a/xonstat/templates/game_info.mako +++ b/xonstat/templates/game_info.mako @@ -29,7 +29,7 @@ ${scoreboard(game.game_type_cd, pgstats)} % for pgstat in pgstats: % if pgstat.player_game_stat_id in pwstats: Accuracy for ${pgstat.nick_html_colors()|n}: -${accuracy(pwstats[pgstat.player_game_stat_id][0:5])} +${accuracy(pwstats[pgstat.player_game_stat_id])}

% endif -- 2.39.2