diff options
author | Jake Potrebic <[email protected]> | 2024-06-13 13:14:13 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2024-06-13 13:14:13 -0700 |
commit | 0bc9aeef268b9522e3c97dd5a09b8d3d759a6fb8 (patch) | |
tree | 22319df1aaf54a732398b7148288609d92d00332 /patches/server/0269-force-entity-dismount-during-teleportation.patch | |
parent | ec05cb8b38e5af408e4f46071ebbcad351be4d88 (diff) | |
download | Paper-0bc9aeef268b9522e3c97dd5a09b8d3d759a6fb8.tar.gz Paper-0bc9aeef268b9522e3c97dd5a09b8d3d759a6fb8.zip |
385
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 fc7394b640..6b84363655 100644 --- a/patches/server/0269-force-entity-dismount-during-teleportation.patch +++ b/patches/server/0269-force-entity-dismount-during-teleportation.patch @@ -41,7 +41,7 @@ index 8de0b92285fe2413a4e2fb52fc7bc7a13dad5e90..fcbb0b64feb8d5624de3805d4db6d489 Iterator iterator = entityliving.getActiveEffects().iterator(); diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java -index 8368342ea699851f3f2926414a49b9dd3d8be327..ab69b0a0c85009e8857aff85a46b1aab9cec14af 100644 +index 3830440b913bd2693f2922483e57419c76117315..5b3de422b07f680e6639ee84f076bffb3c901d0e 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java @@ -2706,17 +2706,28 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess |