diff --git a/src/main/java/me/rigamortis/seppuku/impl/module/combat/CrystalAuraModule.java b/src/main/java/me/rigamortis/seppuku/impl/module/combat/CrystalAuraModule.java index ff5771c..c59ac2f 100644 --- a/src/main/java/me/rigamortis/seppuku/impl/module/combat/CrystalAuraModule.java +++ b/src/main/java/me/rigamortis/seppuku/impl/module/combat/CrystalAuraModule.java @@ -131,13 +131,6 @@ public final class CrystalAuraModule extends Module { } } - if (!InventoryUtil.hasItem(Items.END_CRYSTAL)) { - this.currentPlacePosition = null; - if (!this.attackWhenEmpty.getValue()) { - this.currentAttackEntity = null; - } - } - //this.currentPlacePosition = null; //this.currentAttackEntity = null; @@ -225,6 +218,11 @@ public final class CrystalAuraModule extends Module { } } } + } else { + this.currentPlacePosition = null; + if (!this.attackWhenEmpty.getValue()) { + this.currentAttackEntity = null; + } } break; case POST: