Skip to content

Commit

Permalink
Fix to new is_ladder logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
GraylinKim committed Mar 15, 2013
1 parent b0b8d2f commit 023e4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sc2reader/resources.py
Expand Up @@ -456,7 +456,7 @@ def createPlayer(pid, pdata, attributes):
# This became an issue in HotS where Training, vs AI, Unranked, and Ranked
# were all marked with "amm" => Ladder
if len(self.observers) > 0 or len(self.humans) != len(self.players):
replay.is_ladder = False
self.is_ladder = False

def load_messages(self):
if 'replay.message.events' in self.raw_data:
Expand Down

0 comments on commit 023e4df

Please sign in to comment.