Fix DistancedAction breaking bug in the walking queue.

This commit is contained in:
Major-
2014-03-08 12:44:39 +00:00
parent 1d5ffd1aff
commit 8e75b79ed6
@@ -218,7 +218,6 @@ public final class WalkingQueue {
Point next = points.poll();
if (next != null) {
mob.stopAction();
first = next.direction;
position = next.position;