stop efly from false stopping
All checks were successful
/ Build BaseBand (push) Successful in 2m35s
All checks were successful
/ Build BaseBand (push) Successful in 2m35s
This commit is contained in:
parent
23dd41daa5
commit
72d1ddc92c
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class ElytraFly extends Feature {
|
|||
@Override
|
||||
public void onDisable() {
|
||||
init = false;
|
||||
if(stopOnDisable && !notIngame()) {
|
||||
if(stopOnDisable && !notIngame() && !mc.player.onGround) {
|
||||
if(!safeStop && mc.player.motionY >= -0.1 && mc.player.rotationPitch < 40) {
|
||||
sendDisablePackets();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue