]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/player.py
Add a missing description attribute.
[xonotic/xonstat.git] / 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