Jonathan Gravel
Results
1
issues of
Jonathan Gravel
Looks like queueing injects causes the previous inject to be unregistered. sc2parse/plugins.py:1153 (ZergMacroTracker) ``` if target_hatch_id not in owner.hatches: target_hatch.injects = [event.frame] owner.hatches[target_hatch_id] = target_hatch else: # If not enough...