From: Ant Zucaro Date: Fri, 9 Mar 2012 22:34:37 +0000 (-0500) Subject: Turn on CA support, testing to commence this weekend! X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8af78a7ee534862859f7b9d8749d4a6dd7e71417;p=xonotic%2Fxonstat.git Turn on CA support, testing to commence this weekend! --- diff --git a/xonstat/views/submission.py b/xonstat/views/submission.py index 221fe5c..d043fe3 100755 --- a/xonstat/views/submission.py +++ b/xonstat/views/submission.py @@ -49,7 +49,7 @@ def is_supported_gametype(gametype): """Whether a gametype is supported or not""" flg_supported = True - if gametype == 'cts' or gametype == 'ca' or gametype == 'lms': + if gametype == 'cts' or gametype == 'lms': flg_supported = False return flg_supported