mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
interacting entity now resets upon walking.
This commit is contained in:
@@ -36,6 +36,11 @@ public final class WalkMessageHandler extends MessageHandler<WalkMessage> {
|
|||||||
player.stopAction();
|
player.stopAction();
|
||||||
}
|
}
|
||||||
player.getInterfaceSet().close();
|
player.getInterfaceSet().close();
|
||||||
|
|
||||||
|
if(player.getInteractingMob() != null) {
|
||||||
|
player.resetInteractingMob();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user