From: Ant Zucaro Date: Sat, 26 Jan 2013 22:20:22 +0000 (-0500) Subject: Missed a gametype in the supported_games list. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=05b0712d78cefa544df9b7f882e05de2a55143f6;p=xonotic%2Fxonstat.git Missed a gametype in the supported_games list. --- diff --git a/xonstat/views/submission.py b/xonstat/views/submission.py index 482fae5..78a85a8 100644 --- a/xonstat/views/submission.py +++ b/xonstat/views/submission.py @@ -116,6 +116,7 @@ def is_supported_gametype(gametype, version): 'as', 'ca', # 'cq', + 'ctf', 'cts', 'dm', 'dom',