aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0688-Stinger-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0688-Stinger-API.patch')
-rw-r--r--patches/server/0688-Stinger-API.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0688-Stinger-API.patch b/patches/server/0688-Stinger-API.patch
index 33f8959315..73ef8264b3 100644
--- a/patches/server/0688-Stinger-API.patch
+++ b/patches/server/0688-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 ca176b9331345e343c19a02b6ba2ea886d20962d..c022751e3b45469cc0ad6732e2d6ff08918bafa4 100644
+index 90ec80270f8bc0180f60c2e4f3d1cc50958ee1de..6a01ba2308f7befdb29323f572e9b19f780cd791 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
+++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftLivingEntity.java
-@@ -321,7 +321,28 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
+@@ -331,7 +331,28 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
Preconditions.checkArgument(count >= 0, "New arrow amount must be >= 0");
this.getHandle().getEntityData().set(net.minecraft.world.entity.LivingEntity.DATA_ARROW_COUNT_ID, count);
}