mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 00:38:11 +00:00
Fix DistancedAction breaking bug in the walking queue.
This commit is contained in:
@@ -218,7 +218,6 @@ public final class WalkingQueue {
|
||||
|
||||
Point next = points.poll();
|
||||
if (next != null) {
|
||||
mob.stopAction();
|
||||
first = next.direction;
|
||||
position = next.position;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user