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
Prev Previous commit
Next Next commit
unit_index isnt an attribute of an event its a var
  • Loading branch information
Andrene committed Aug 7, 2022
commit c4dd5da9f3dfd1ac9535b35e8c90f296b1683c36
2 changes: 1 addition & 1 deletion sc2reader/engine/plugins/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def handleUnitPositionsEvent(self, event, replay):
else:
self.logger.error(
"Unit at active_unit index {} moved at {} [{}] but it doesn't exist!".format(
event.unit_index, Length(seconds=event.second), event.frame
unit_index, Length(seconds=event.second), event.frame
)
)

Expand Down