]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Turn on CA support, testing to commence this weekend!
authorAnt Zucaro <azucaro@gmail.com>
Fri, 9 Mar 2012 22:34:37 +0000 (17:34 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Fri, 9 Mar 2012 22:34:37 +0000 (17:34 -0500)
xonstat/views/submission.py

index 221fe5ca87c78ea6f4d938390cd1ae18db4a58ea..d043fe3623d6f8e272a5a2cf7d2884684b4b0299 100755 (executable)
@@ -49,7 +49,7 @@ def is_supported_gametype(gametype):
     """Whether a gametype is supported or not"""\r
     flg_supported = True\r
 \r
-    if gametype == 'cts' or gametype == 'ca' or gametype == 'lms':\r
+    if gametype == 'cts' or gametype == 'lms':\r
         flg_supported = False\r
 \r
     return flg_supported\r