aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0449-Expose-LivingEntity-hurt-direction.patch
diff options
context:
space:
mode:
authorscarfacered <[email protected]>2024-06-23 16:03:32 -0400
committerGitHub <[email protected]>2024-06-23 22:03:32 +0200
commit19eefe93210a959d89af09108be3eb10830af672 (patch)
tree69b4e559a95133b6c2c4a86b1424b465c77f0be7 /patches/server/0449-Expose-LivingEntity-hurt-direction.patch
parent812701d901234f24575a20edd64940728c603ac5 (diff)
downloadPaper-19eefe93210a959d89af09108be3eb10830af672.tar.gz
Paper-19eefe93210a959d89af09108be3eb10830af672.zip
Fix SoundEffects only to players diff (#10966)
Co-authored-by: Nassim Jahnke <[email protected]>
Diffstat (limited to 'patches/server/0449-Expose-LivingEntity-hurt-direction.patch')
-rw-r--r--patches/server/0449-Expose-LivingEntity-hurt-direction.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0449-Expose-LivingEntity-hurt-direction.patch b/patches/server/0449-Expose-LivingEntity-hurt-direction.patch
index 8d0270f677..ccb9fb6c2d 100644
--- a/patches/server/0449-Expose-LivingEntity-hurt-direction.patch
+++ b/patches/server/0449-Expose-LivingEntity-hurt-direction.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Expose LivingEntity hurt direction
diff --git a/src/main/java/net/minecraft/world/entity/player/Player.java b/src/main/java/net/minecraft/world/entity/player/Player.java
-index 90974926cdc45f1455a0dc755338dac184c2f412..2d9ed78daae9ef2fec8c11a998117d8299dff42d 100644
+index acb2ccc8a940ea0ccd3d1f6d69c926d513f42872..80426e943b38e1cbde6ce80b3964df4d5ae23c94 100644
--- a/src/main/java/net/minecraft/world/entity/player/Player.java
+++ b/src/main/java/net/minecraft/world/entity/player/Player.java
@@ -187,7 +187,7 @@ public abstract class Player extends LivingEntity {