diff options
author | scarfacered <[email protected]> | 2024-06-23 16:03:32 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-23 22:03:32 +0200 |
commit | 19eefe93210a959d89af09108be3eb10830af672 (patch) | |
tree | 69b4e559a95133b6c2c4a86b1424b465c77f0be7 /patches/server/0269-force-entity-dismount-during-teleportation.patch | |
parent | 812701d901234f24575a20edd64940728c603ac5 (diff) | |
download | Paper-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/0269-force-entity-dismount-during-teleportation.patch')
-rw-r--r-- | patches/server/0269-force-entity-dismount-during-teleportation.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0269-force-entity-dismount-during-teleportation.patch b/patches/server/0269-force-entity-dismount-during-teleportation.patch index 81519fdda0..3889b960f3 100644 --- a/patches/server/0269-force-entity-dismount-during-teleportation.patch +++ b/patches/server/0269-force-entity-dismount-during-teleportation.patch @@ -146,7 +146,7 @@ index 882236c8ebad90ed2adc873de4dda3b7f3f869d9..632b74e84d6ee58da8806e30b75e16fb this.clientOldAttachPosition = this.blockPosition(); } 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 bba645d2dda293da441c6901967896636fd06ce2..2d1eed692740dcab4fc9ab31e9b14a975e8239df 100644 +index e60da80cbc2d2dbb98287470e1741fa2a3f95335..e7fc0f6d1a50e82c4c9fc75ca9190f63c5964f3b 100644 --- a/src/main/java/net/minecraft/world/entity/player/Player.java +++ b/src/main/java/net/minecraft/world/entity/player/Player.java @@ -1160,7 +1160,13 @@ public abstract class Player extends LivingEntity { |