diff options
Diffstat (limited to 'patches/server/0566-Stinger-API.patch')
-rw-r--r-- | patches/server/0566-Stinger-API.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/server/0566-Stinger-API.patch b/patches/server/0566-Stinger-API.patch index 0ace28bb68..d19c93fe47 100644 --- a/patches/server/0566-Stinger-API.patch +++ b/patches/server/0566-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 73719d488d165ec66a0a1f0301a1bd1ba435259a..1f704ba3b67838718913f892d810364ae6a71d54 100644 +index 19fb8acf614da707f49d922e520e4be93237b2cc..efac0d3ed78c621a52f905b5d7f267b4fb180e65 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java -@@ -361,6 +361,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -362,6 +362,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end } @@ -20,7 +20,7 @@ index 73719d488d165ec66a0a1f0301a1bd1ba435259a..1f704ba3b67838718913f892d810364a // Paper start - Add methods for working with arrows stuck in living entities @Override -@@ -375,6 +380,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { +@@ -376,6 +381,34 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity { } // Paper end - Add methods for working with arrows stuck in living entities |