Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add support for build 59587
  • Loading branch information
StoicLoofah committed Nov 20, 2017
commit e8ed752a77f85e48cdde15491a673bb082e81ea5
1 change: 1 addition & 0 deletions sc2reader/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __call__(self, data, replay):
observers=data.read_bits(2),
user_difficulty=data.read_bits(2),
client_debug_flags=data.read_uint64() if replay.base_build >= 22612 else None,
build_coach_enabled=data.read_bool() if replay.base_build >= 59587 else None,
),
game_speed=data.read_bits(3),
game_type=data.read_bits(3),
Expand Down