mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix issue #46.
This commit is contained in:
@@ -475,7 +475,7 @@ public abstract class Mob extends Entity {
|
|||||||
* @param position The position.
|
* @param position The position.
|
||||||
*/
|
*/
|
||||||
public void teleport(Position position) {
|
public void teleport(Position position) {
|
||||||
this.position = position;
|
setPosition(position);
|
||||||
teleporting = true;
|
teleporting = true;
|
||||||
walkingQueue.clear();
|
walkingQueue.clear();
|
||||||
stopAction();
|
stopAction();
|
||||||
@@ -497,4 +497,4 @@ public abstract class Mob extends Entity {
|
|||||||
World.getWorld().schedule(new SkillNormalizationTask(this));
|
World.getWorld().schedule(new SkillNormalizationTask(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user