From 8af78a7ee534862859f7b9d8749d4a6dd7e71417 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Fri, 9 Mar 2012 17:34:37 -0500 Subject: [PATCH] Turn on CA support, testing to commence this weekend! --- xonstat/views/submission.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2