Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumine1909 committed Aug 26, 2024
1 parent 76d5ab8 commit 986949c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0010-Fakeplayer-support.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@
Expand Down Expand Up @@ -2050,7 +2050,7 @@ index 0000000000000000000000000000000000000000..462d58ad184ebe6bd6f161bff1481745
+ this.hurtTime -= 1;
+ }
+
+ baseTick();
+ super.doTick();
+
+ this.lerpSteps = (int) this.zza;
+ this.animStep = this.run;
Expand Down

0 comments on commit 986949c

Please sign in to comment.