From: Ant Zucaro Date: Fri, 1 Feb 2013 20:45:40 +0000 (-0500) Subject: No Elo for keyhunt, remove old ka name. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=149b875a84e07a9d35c73f595701133228f92b86;p=xonotic%2Fxonstat.git No Elo for keyhunt, remove old ka name. --- diff --git a/xonstat/views/submission.py b/xonstat/views/submission.py index 9e1a6a9..49a0a49 100644 --- a/xonstat/views/submission.py +++ b/xonstat/views/submission.py @@ -280,8 +280,7 @@ def should_do_weapon_stats(game_type_cd): def should_do_elos(game_type_cd): """True of the game type should process Elos. False otherwise.""" - elo_game_types = ('duel', 'dm', 'ca', 'ctf', 'tdm', 'kh', - 'ka', 'ft', 'freezetag') + elo_game_types = ('duel', 'dm', 'ca', 'ctf', 'tdm', 'ka', 'ft') if game_type_cd in elo_game_types: return True