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