Skip to content

Commit 90b8e65

Browse files
committed
Add attribute constant entry for closed player slots.
1 parent 1596733 commit 90b8e65

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
@@ -119,6 +119,7 @@
119119
'nmuH': 'Human',
120120
'pmoC': 'Computer',
121121
'nepO': 'Open',
122+
'dslC': 'Closed',
122123
}
123124
GATEWAY_CODES = {
124125
'US': 'Americas',

0 commit comments

Comments
 (0)