]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/batch/badges/playerdata.py
Allowing elos to be shown even for less than 32 games
[xonotic/xonstat.git] / xonstat / batch / badges / playerdata.py
index e5b4046a7249f14a88e214ca9b199cc993f4ef6e..ed4fca4081fafae898e4fae8eca095625c987438 100644 (file)
@@ -46,7 +46,7 @@ class PlayerData:
 
         elos_dict = {}
         for gt,elo in elos.items():
-            if elo.games >= 32:
+            if elo.games > 0:
                 elos_dict[gt] = elo.elo
 
         self.data = {