From: Ant Zucaro Date: Thu, 19 Nov 2015 03:09:13 +0000 (-0500) Subject: Remove k-factor, score-per-second, and alivetime. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d5128c221a4bd5c1881b044c688c89acc2930444;p=xonotic%2Fxonstat.git 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. --- 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