mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix actions continuing when equipping 2h swords
This commit is contained in:
@@ -94,6 +94,8 @@ public final class EquipItemHandler extends MessageHandler<ItemOptionMessage> {
|
|||||||
if (weapon != null) {
|
if (weapon != null) {
|
||||||
inventory.add(weapon);
|
inventory.add(weapon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
player.stopAction();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user