CrystalAura: b1g update hot fixes

This commit is contained in:
noil 2021-10-30 21:58:41 -04:00
parent 8142673dde
commit c3c33d3ded
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public final class CrystalAuraModule extends Module {
switch (event.getStage()) {
case PRE:
// place position reset
if (mc.player.getDistance(this.currentPlacePosition.getX(), this.currentPlacePosition.getY(), this.currentPlacePosition.getZ()) > this.placeLocalDistance.getValue())
if (mc.player.getDistance(this.currentPlacePosition.getX(), this.currentPlacePosition.getY(), this.currentPlacePosition.getZ()) > this.placeRadius.getValue())
this.currentPlacePosition = null;
// crystal reset