diff options
Diffstat (limited to 'patches/server/0316-Entity-Jump-API.patch')
-rw-r--r-- | patches/server/0316-Entity-Jump-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0316-Entity-Jump-API.patch b/patches/server/0316-Entity-Jump-API.patch index 1c521e9d99..9e2cba6a0a 100644 --- a/patches/server/0316-Entity-Jump-API.patch +++ b/patches/server/0316-Entity-Jump-API.patch @@ -50,10 +50,10 @@ index 4d91bc4b90a208fec789325dbcec8cc56d1a2a8b..aa4111eef22546f8aa630228c51ef576 } diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -index 97e76c3701c5e58ff5c8cd0f243efd7998f1c93d..b6238c327e91a52b77135290762feb8b1085fc7e 100644 +index c0684f1864ece26b4f337ac615db04f615957c13..05ba1654ec02ff2b518251c128661e3d8dfa4c6d 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -@@ -968,4 +968,20 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -974,4 +974,20 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { return org.bukkit.craftbukkit.CraftEquipmentSlot.getHand(this.getHandle().getUsedItemHand()); } // Paper end - active item API |