From d47cfda6a5d5b72c504b2c29e4f60321a141aab6 Mon Sep 17 00:00:00 2001 From: AlexProgrammerDE <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:53:06 +0100 Subject: [PATCH] Quote movement code 2 --- .../server/protocol/bot/state/entity/Entity.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/server/src/main/java/com/soulfiremc/server/protocol/bot/state/entity/Entity.java b/server/src/main/java/com/soulfiremc/server/protocol/bot/state/entity/Entity.java index f257826e1..32229f277 100644 --- a/server/src/main/java/com/soulfiremc/server/protocol/bot/state/entity/Entity.java +++ b/server/src/main/java/com/soulfiremc/server/protocol/bot/state/entity/Entity.java @@ -144,13 +144,13 @@ public void tick() { public void baseTick() { this.wasInPowderSnow = this.isInPowderSnow; this.isInPowderSnow = false; - this.updateInWaterStateAndDoFluidPushing(); - this.updateFluidOnEyes(); - this.updateSwimming(); + // this.updateInWaterStateAndDoFluidPushing(); + // this.updateFluidOnEyes(); + // this.updateSwimming(); - if (this.isInLava()) { - this.fallDistance *= 0.5F; - } + // if (this.isInLava()) { + // this.fallDistance *= 0.5F; + // } effectState.tick(); }