From 8e75b79ed6286e8d8f328c361c00abf61c9a2065 Mon Sep 17 00:00:00 2001 From: Major- Date: Sat, 8 Mar 2014 12:44:39 +0000 Subject: [PATCH] Fix DistancedAction breaking bug in the walking queue. --- src/org/apollo/game/model/WalkingQueue.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/apollo/game/model/WalkingQueue.java b/src/org/apollo/game/model/WalkingQueue.java index 38651f5c..a6c1b200 100644 --- a/src/org/apollo/game/model/WalkingQueue.java +++ b/src/org/apollo/game/model/WalkingQueue.java @@ -218,7 +218,6 @@ public final class WalkingQueue { Point next = points.poll(); if (next != null) { - mob.stopAction(); first = next.direction; position = next.position;