]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Remove k-factor, score-per-second, and alivetime.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 19 Nov 2015 03:09:13 +0000 (22:09 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 19 Nov 2015 03:09:13 +0000 (22:09 -0500)
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

index 7f9af1be72d9f64b9c0c9ba64252e1dcd09cee26..a0686bafaed5140d0069a7a55509dd90368494e3 100644 (file)
@@ -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