Fix actions continuing when equipping 2h swords

This commit is contained in:
Gary Tierney
2015-12-23 23:04:05 +00:00
parent d79278973e
commit bd63144d53
@@ -94,6 +94,8 @@ public final class EquipItemHandler extends MessageHandler<ItemOptionMessage> {
if (weapon != null) {
inventory.add(weapon);
}
player.stopAction();
return;
}