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 b49ab91 commit dbe2a30Copy full SHA for dbe2a30
sc2reader/objects.py
@@ -247,8 +247,11 @@ class PlayerSummary():
247
#: The index of the players team in the game
248
teamid = int()
249
250
- #: The race the player used
251
- race = str()
+ #: The race the player played in the game.
+ play_race = str()
252
+
253
+ #: The race the player picked in the lobby.
254
+ pick_race = str()
255
256
#: If the player is a computer
257
is_ai = False
0 commit comments