]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
No Elo for keyhunt, remove old ka name.
authorAnt Zucaro <azucaro@gmail.com>
Fri, 1 Feb 2013 20:45:40 +0000 (15:45 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 1 Feb 2013 20:45:40 +0000 (15:45 -0500)
xonstat/views/submission.py

index 9e1a6a90b5d5729f8ff71bcf4edb6df81e7bdd1e..49a0a49edfe843a58d88e05e0775a2075227c47b 100644 (file)
@@ -280,8 +280,7 @@ def should_do_weapon_stats(game_type_cd):
 \r
 def should_do_elos(game_type_cd):\r
     """True of the game type should process Elos. False otherwise."""\r
-    elo_game_types = ('duel', 'dm', 'ca', 'ctf', 'tdm', 'kh',\r
-            'ka', 'ft', 'freezetag')\r
+    elo_game_types = ('duel', 'dm', 'ca', 'ctf', 'tdm', 'ka', 'ft')\r
 \r
     if game_type_cd in elo_game_types:\r
         return True\r