diff options
Diffstat (limited to 'patches/server/0579-Stinger-API.patch')
-rw-r--r-- | patches/server/0579-Stinger-API.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0579-Stinger-API.patch b/patches/server/0579-Stinger-API.patch index 3abe3d922a..fe0a993d6a 100644 --- a/patches/server/0579-Stinger-API.patch +++ b/patches/server/0579-Stinger-API.patch @@ -5,10 +5,10 @@ Subject: [PATCH] Stinger API diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -index ea929ca51bd35447da4bdb42379dfc12ea2aae67..f0e9d68381fb75900bcd6976a83fd94028fd2712 100644 +index e549c827d68ca96afea1ffdabf6802275c3328d1..f4574527cb1dddb97dba1fa2dfe1c17b89728015 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -@@ -353,6 +353,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -360,6 +360,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end } @@ -20,7 +20,7 @@ index ea929ca51bd35447da4bdb42379dfc12ea2aae67..f0e9d68381fb75900bcd6976a83fd940 // Paper start - Add methods for working with arrows stuck in living entities @Override -@@ -367,6 +372,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -374,6 +379,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end - Add methods for working with arrows stuck in living entities |