aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch')
-rw-r--r--patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch b/patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch
index 63adf0fc72..592bb75b03 100644
--- a/patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch
+++ b/patches/server/0739-Stop-large-look-changes-from-crashing-the-server.patch
@@ -6,10 +6,10 @@ Subject: [PATCH] Stop large look changes from crashing the server
Co-authored-by: Jaren Knodel <[email protected]>
diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-index 8e11b085d2159b1df8bbe536beb66d9bed915373..1d6179d54ff2264d3489770b23fc7ba479c17f25 100644
+index fa9512da351ef92a8606b3e68ee060dac4c63346..e6335a55d87444d56d6f20dfc51cc4fc797de2cf 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-@@ -3129,37 +3129,15 @@ public abstract class LivingEntity extends Entity implements Attackable {
+@@ -3158,37 +3158,15 @@ public abstract class LivingEntity extends Entity implements Attackable {
this.level().getProfiler().pop();
this.level().getProfiler().push("rangeChecks");