critical performance enhancement

This commit is contained in:
Brady 2019-05-27 02:30:04 -05:00
parent 18474d872c
commit 2e2f4aee1b
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -65,7 +65,7 @@ public final class PathingBehavior extends Behavior implements IPathingBehavior,
private boolean lastAutoJump;
private BlockPos expectedSegmentStart;
private BetterBlockPos expectedSegmentStart;
private final LinkedBlockingQueue<PathEvent> toDispatch = new LinkedBlockingQueue<>();