Skip to content

Commit df92593

Browse files
author
cclauss
authored
Update engine.py
1 parent 27a6dea commit df92593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sc2reader/engine/engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def run(self, replay):
171171
# which get processed after the current event finishes. The new_events
172172
# batch is constructed in reverse order because extendleft reverses
173173
# the order again with a series of appendlefts.
174-
assert event.player, 'Event with no player: {}'.format(event)
175174
new_events = collections.deque()
176175
for event_handler in event_handlers:
177176
try:

0 commit comments

Comments
 (0)