]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add a missing description attribute.
authorAnt Zucaro <azucaro@gmail.com>
Mon, 24 Jun 2013 22:01:48 +0000 (18:01 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Mon, 24 Jun 2013 22:01:48 +0000 (18:01 -0400)
xonstat/views/player.py

index 8bdc25735e4340b3199b4832f392dec74ee35d5a..d299d88ce1e87188fe91686086949367089abac8 100644 (file)
@@ -241,7 +241,8 @@ def get_overall_stats(player_id):
                 total_captures          = os.total_captures,
                 cap_ratio               = os.cap_ratio,
                 total_carrier_frags     = os.total_carrier_frags,
-                game_type_cd            = os.game_type_cd)
+                game_type_cd            = os.game_type_cd,
+                game_type_descr         = os.game_type_descr)
 
     return overall_stats