From: Ant Zucaro Date: Thu, 15 Dec 2011 03:53:42 +0000 (-0500) Subject: Fix indentation. Dumb. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=311aef1d8486198c8fee9b24fd44cbfa2dea9aeb;p=xonotic%2Fxonstat.git Fix indentation. Dumb. --- diff --git a/xonstat/views/submission.py b/xonstat/views/submission.py index 8f5b5ff..012e92a 100755 --- a/xonstat/views/submission.py +++ b/xonstat/views/submission.py @@ -324,8 +324,7 @@ def create_player_game_stat(session=None, player=None, # all games have a score pgstat.score = 0 - if game.game_type_cd == 'dm' or game.game_type_cd == 'tdm' - or game.game_type_cd == 'duel': + if game.game_type_cd == 'dm' or game.game_type_cd == 'tdm' or game.game_type_cd == 'duel': pgstat.kills = 0 pgstat.deaths = 0 pgstat.suicides = 0