]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Fix indentation. Dumb.
authorAnt Zucaro <azucaro@gmail.com>
Thu, 15 Dec 2011 03:53:42 +0000 (22:53 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Thu, 15 Dec 2011 03:53:42 +0000 (22:53 -0500)
xonstat/views/submission.py

index 8f5b5ff19e9c6192719ca80e08c7a2b2648ad77f..012e92abcf9f13453d38acdfeea0e14f0fe6f7cf 100755 (executable)
@@ -324,8 +324,7 @@ def create_player_game_stat(session=None, player=None,
     # all games have a score\r
     pgstat.score = 0\r
 \r
-    if game.game_type_cd == 'dm' or game.game_type_cd == 'tdm' \r
-        or game.game_type_cd == 'duel':\r
+    if game.game_type_cd == 'dm' or game.game_type_cd == 'tdm' or game.game_type_cd == 'duel':\r
         pgstat.kills = 0\r
         pgstat.deaths = 0\r
         pgstat.suicides = 0\r