mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +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();
|
Point next = points.poll();
|
||||||
if (next != null) {
|
if (next != null) {
|
||||||
mob.stopAction();
|
|
||||||
first = next.direction;
|
first = next.direction;
|
||||||
position = next.position;
|
position = next.position;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user