CrystalAura: b1g update hot fixes

This commit is contained in:
noil 2021-10-30 21:54:33 -04:00
parent d51066ad08
commit 385a794965
1 changed files with 6 additions and 0 deletions

View File

@ -110,6 +110,12 @@ public final class CrystalAuraModule extends Module {
switch (event.getStage()) {
case PRE:
if (mc.player.getDistance(this.currentPlacePosition.getX(), this.currentPlacePosition.getY(), this.currentPlacePosition.getZ()) > this.placeMaxDistance.getValue())
this.currentPlacePosition = null;
if (mc.player.getDistance(this.currentAttackEntity) > this.attackMaxDistance.getValue() || !this.currentAttackEntity.isEntityAlive())
this.currentAttackEntity = null;
//this.currentPlacePosition = null;
//this.currentAttackEntity = null;