Skip to content

Commit 39bc00b

Browse files
committed
Adjust the label for single player games to 'Single'.
1 parent 3c51fad commit 39bc00b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sc2reader/constants.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
}
9595
GAME_TYPE_CODES = {
9696
'virP': 'Private',
97-
'buP': 'Public',
98-
'mmA': 'Ladder',
99-
'': 'Single Player',
97+
'buP': 'Public',
98+
'mmA': 'Ladder',
99+
'': 'Single',
100100
}
101101
# (name, key for team ids)
102102
GAME_FORMAT_CODES = {
@@ -182,4 +182,4 @@
182182
'xx': {
183183
1: 'xx',
184184
},
185-
}
185+
}

0 commit comments

Comments
 (0)