mirror of
https://github.com/seppukudevelopment/seppuku
synced 2024-12-23 23:22:14 +00:00
ElytraFly: Add value for disabling NoHunger
This commit is contained in:
parent
8280f4a1f3
commit
cf3e062076
@ -164,7 +164,7 @@ public final class ElytraFlyModule extends Module {
|
||||
// automatic jump start
|
||||
if (this.autoStart.getValue()) {
|
||||
if (!mc.player.isElytraFlying()) {
|
||||
if (mc.player.onGround) {
|
||||
if (mc.player.onGround && this.disableNoHunger.getValue()) {
|
||||
this.startDelayTimer.reset();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user