From 986949c9a673ca4eddc3f8c39a5999e59ed052cc Mon Sep 17 00:00:00 2001 From: Lumine1909 <133463833+Lumine1909@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:02:11 -0400 Subject: [PATCH] Fix #317, #324, notify #309 --- patches/server/0010-Fakeplayer-support.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/server/0010-Fakeplayer-support.patch b/patches/server/0010-Fakeplayer-support.patch index bbdec4ee..a8637a4a 100644 --- a/patches/server/0010-Fakeplayer-support.patch +++ b/patches/server/0010-Fakeplayer-support.patch @@ -1555,7 +1555,7 @@ index 0000000000000000000000000000000000000000..0db337866c71283464d026a4f230016b +} diff --git a/src/main/java/org/leavesmc/leaves/bot/ServerBot.java b/src/main/java/org/leavesmc/leaves/bot/ServerBot.java new file mode 100644 -index 0000000000000000000000000000000000000000..462d58ad184ebe6bd6f161bff1481745b5723cf0 +index 0000000000000000000000000000000000000000..b4cd4314423684ccadce65cb791bb7defd46a704 --- /dev/null +++ b/src/main/java/org/leavesmc/leaves/bot/ServerBot.java @@ -0,0 +1,782 @@ @@ -2050,7 +2050,7 @@ index 0000000000000000000000000000000000000000..462d58ad184ebe6bd6f161bff1481745 + this.hurtTime -= 1; + } + -+ baseTick(); ++ super.doTick(); + + this.lerpSteps = (int) this.zza; + this.animStep = this.run;