aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0625-Update-head-rotation-in-missing-places.patch
diff options
context:
space:
mode:
authorLulu13022002 <[email protected]>2024-06-22 20:11:34 +0200
committerGitHub <[email protected]>2024-06-22 20:11:34 +0200
commit76c2f16f577d2e5515482a8dcd3d97aeeec20e1e (patch)
tree61f02d041e8f377590201ce24d665b2e791ae191 /patches/server/0625-Update-head-rotation-in-missing-places.patch
parent77c763b5ef5b33e8ce34866bf5ed3c94d43f298e (diff)
downloadPaper-76c2f16f577d2e5515482a8dcd3d97aeeec20e1e.tar.gz
Paper-76c2f16f577d2e5515482a8dcd3d97aeeec20e1e.zip
Fix wrong diff applying delta twice (#10959)
Diffstat (limited to 'patches/server/0625-Update-head-rotation-in-missing-places.patch')
-rw-r--r--patches/server/0625-Update-head-rotation-in-missing-places.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0625-Update-head-rotation-in-missing-places.patch b/patches/server/0625-Update-head-rotation-in-missing-places.patch
index ab7ede0fd7..9d1c0adad3 100644
--- a/patches/server/0625-Update-head-rotation-in-missing-places.patch
+++ b/patches/server/0625-Update-head-rotation-in-missing-places.patch
@@ -8,7 +8,7 @@ This is because bukkit uses a separate head rotation field for yaw.
This issue only applies to players.
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
-index 4542c6a7c48bfcb8a5acf127944e24b60dfc13e1..42afa622c97cc7da666cfb3019f417c96842d318 100644
+index 13e1b47873f0a4a974bb0763679fee6e37932b5c..2dc2f8ff7add3573a66ab12e12b8625e87669fa4 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
@@ -1845,6 +1845,7 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess