This commit is contained in:
parent
955f09e05e
commit
99ebba9cf1
|
|
@ -124,6 +124,9 @@ public class NoFall extends Module {
|
||||||
if (Utils.isBedwarsPractice()) {
|
if (Utils.isBedwarsPractice()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (Utils.spectatorCheck()) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (mc.thePlayer.onGround) {
|
if (mc.thePlayer.onGround) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
@ -142,9 +145,6 @@ public class NoFall extends Module {
|
||||||
if (mc.thePlayer.capabilities.isFlying) {
|
if (mc.thePlayer.capabilities.isFlying) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (Utils.spectatorCheck()) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue