diff options
author | Tamion <[email protected]> | 2024-02-09 21:56:13 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-09 21:56:13 +0100 |
commit | 9c04729de1727cdbcfb0d045ca0f883840eb994d (patch) | |
tree | e2a3dde9caeba1bcf90bbe8ab9603533e34e1fb0 /patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch | |
parent | 534659e97ef85308ff3facc00fb5e11f7b9b96f5 (diff) | |
download | Paper-9c04729de1727cdbcfb0d045ca0f883840eb994d.tar.gz Paper-9c04729de1727cdbcfb0d045ca0f883840eb994d.zip |
Add Arrow/Stinger Removal Time API (#10193)
Diffstat (limited to 'patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch')
-rw-r--r-- | patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch b/patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch index c5cc478a99..2a27938ebb 100644 --- a/patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch +++ b/patches/server/0415-Add-playPickupItemAnimation-to-LivingEntity.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Add playPickupItemAnimation to LivingEntity diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -index 6a34b4ed817c3be31d5103f82c427fdcd40d47c0..c68a18f50428282cd3641561cdc9690b5d88b125 100644 +index c15db60f4a198c0fe754c3579ff93870e968e639..2550546b200f331ef83b20bf5e119a003cadacba 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -@@ -923,5 +923,10 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -936,5 +936,10 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { ((Mob) getHandle()).getJumpControl().jump(); } } |