Skip to content

Commit c734c8e

Browse files
committed
Adds the Open player type used for open slots, typically in AI games
1 parent 8b3f44d commit c734c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sc2reader/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
PLAYER_TYPE_CODES = {
100100
'nmuH': 'Human',
101101
'pmoC': 'Computer',
102+
'nepO': 'Open',
102103
}
103104
GATEWAY_CODES = {
104105
'US': 'Americas',

0 commit comments

Comments
 (0)