]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/views/submission.py
On second thought, don't
[xonotic/xonstat.git] / xonstat / views / submission.py
index 95f83fec823e77ba81c47038f951f73b68fd7b0f..fd70934d0d53d8744059b0067b81df7d7b87c764 100644 (file)
@@ -633,9 +633,7 @@ def create_game_stat(session, game_meta, game, server, gmap, player, events):
         if key == 'scoreboard-caps': pgstat.captures = int(value)\r
         if key == 'scoreboard-score': pgstat.score = int(round(float(value)))\r
         if key == 'scoreboard-deaths': pgstat.deaths = int(value)\r
-        if key == 'scoreboard-kills':\r
-            if game_type_cd != 'cts':\r
-                pgstat.kills = int(value)\r
+        if key == 'scoreboard-kills': pgstat.kills = int(value)\r
         if key == 'scoreboard-suicides': pgstat.suicides = int(value)\r
         if key == 'scoreboard-objectives': pgstat.collects = int(value)\r
         if key == 'scoreboard-captured': pgstat.captures = int(value)\r