splice tighter, fixes #44
This commit is contained in:
		@@ -101,6 +101,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
 | 
				
			|||||||
                    dispatchPathEvent(PathEvent.CONTINUING_ONTO_PLANNED_NEXT);
 | 
					                    dispatchPathEvent(PathEvent.CONTINUING_ONTO_PLANNED_NEXT);
 | 
				
			||||||
                    current = next;
 | 
					                    current = next;
 | 
				
			||||||
                    next = null;
 | 
					                    next = null;
 | 
				
			||||||
 | 
					                    current.onTick(event);
 | 
				
			||||||
                    return;
 | 
					                    return;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                // at this point, current just ended, but we aren't in the goal and have no plan for the future
 | 
					                // at this point, current just ended, but we aren't in the goal and have no plan for the future
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user