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 dbe2a30 commit ca2213aCopy full SHA for ca2213a
sc2reader/resources.py
@@ -843,7 +843,8 @@ def load_player_stats(self):
843
#
844
# Value is as seen on the score screen in game.
845
stats_items = self.parts[3][0]
846
- if len(self.parts) >= 4: stats_items.append(self.parts[4][0][1])
+ if len(self.parts) > 4:
847
+ stats_items.append(self.parts[4][0][1])
848
849
for item in stats_items:
850
stat_name = self.translations['enUS'][item[0][1]]
0 commit comments