We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813cf60 commit ea2b274Copy full SHA for ea2b274
sc2reader/resources.py
@@ -1022,7 +1022,7 @@ def load_players(self):
1022
1023
# We can just copy these settings right over
1024
# TODO: Get the hex from the color string?
1025
- player.color = utils.Color(name=settings.get('Color', None)
+ player.color = utils.Color(name=settings.get('Color', None))
1026
player.pick_race = settings.get('Race', None)
1027
player.handicap = settings.get('Handicap', None)
1028
0 commit comments