]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/models/player.py
It's a medal, not a rank.
[xonotic/xonstat.git] / xonstat / models / player.py
index 2564dd3317acd666735a562607d10ff3a34c0905..5b7f97beec333af24238840023e168ffb78931f6 100644 (file)
@@ -210,4 +210,4 @@ class PlayerMedal(object):
     """
 
     def __repr__(self):
-        return "<PlayerRank(pid={0.player_id}, place={0.place}, alt={0.alt})>".format(self)
+        return "<PlayerMedal(pid={0.player_id}, place={0.place}, alt={0.alt})>".format(self)