aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch')
-rw-r--r--patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch b/patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch
index 2c6afde2fa..0b36d67e7b 100644
--- a/patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch
+++ b/patches/server/0728-Stop-large-look-changes-from-crashing-the-server.patch
@@ -6,7 +6,7 @@ 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 786ac2127bc743cf2a33776314a4b5c197f35538..b367f6e329f44801c6f0d34f447497093d86ae3b 100644
+index 94cc2bc2f5e6ed32173f675c3b27ab602dbcd7f8..079e6224c56128c0a0fc0643eeec49f2475937ea 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -3270,37 +3270,15 @@ public abstract class LivingEntity extends Entity implements Attackable {