This commit is contained in:
parent
cac2975d47
commit
ab97ad7947
|
|
@ -49,7 +49,7 @@ public class NoFall extends Module {
|
||||||
isFalling = false;
|
isFalling = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (((double) mc.thePlayer.fallDistance >= minFallDistance.getInput())) {
|
else if ((double) mc.thePlayer.fallDistance >= minFallDistance.getInput()) {
|
||||||
isFalling = true;
|
isFalling = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue