Skip to content

Commit ed3d997

Browse files
committed
Add new (really weird) end of replay event.
1 parent 28a1d16 commit ed3d997

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sc2reader/readers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,8 @@ def __call__(self, data, replay):
270270
read_bits(4)
271271
elif event_type == 0x59:
272272
read_bytes(4)
273+
elif event_type == 0x00:
274+
read_bytes(1)
273275

274276
# Otherwise throw a read error
275277
else:

0 commit comments

Comments
 (0)