mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +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) {
|
||||
inventory.add(weapon);
|
||||
}
|
||||
|
||||
player.stopAction();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user