From d5128c221a4bd5c1881b044c688c89acc2930444 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Wed, 18 Nov 2015 22:09:13 -0500 Subject: [PATCH] Remove k-factor, score-per-second, and alivetime. The k-factor and score-per-second values don't have any use for the game UI and the server already knows the alivetime values of all participants. --- xonstat/templates/submit_stats.mako | 3 --- 1 file changed, 3 deletions(-) diff --git a/xonstat/templates/submit_stats.mako b/xonstat/templates/submit_stats.mako index 7f9af1b..a0686ba 100644 --- a/xonstat/templates/submit_stats.mako +++ b/xonstat/templates/submit_stats.mako @@ -11,8 +11,5 @@ i ${request.route_url('player_info', id=player_id)} e elo ${elos[player_id].elo.elo} e elo_delta ${elos[player_id].elo_delta} e elo_games ${elos[player_id].elo.games} -e k-factor ${elos[player_id].k} -e score-per-second ${elos[player_id].score_per_second} -e alivetime ${elos[player_id].alivetime} % endif % endfor -- 2.39.2