]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/submission.py
Turn on CA support, testing to commence this weekend!
[xonotic/xonstat.git] / 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