diff --git a/src/main/java/xyz/nifeather/morph/events/CommonEventProcessor.java b/src/main/java/xyz/nifeather/morph/events/CommonEventProcessor.java index 40e4bb7e..e4d3ffb8 100644 --- a/src/main/java/xyz/nifeather/morph/events/CommonEventProcessor.java +++ b/src/main/java/xyz/nifeather/morph/events/CommonEventProcessor.java @@ -251,8 +251,8 @@ private boolean invokeOrDisguise(Player player, Action action, EquipmentSlot slo if (mainHandItem.getType() == Material.PLAYER_HEAD && action == Action.RIGHT_CLICK_BLOCK) return false; - if (!morphs.doQuickDisguise(player, true) - && ItemUtils.isSkillActivateItem(mainHandItem)) + if (ItemUtils.isSkillActivateItem(mainHandItem) + && !morphs.doQuickDisguise(player, true)) { if (InventoryGui.getOpen(player) == null) {