summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nms-patches/EntityInsentient.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/EntityInsentient.patch b/nms-patches/EntityInsentient.patch
index 385bb3ce..b5aa5945 100644
--- a/nms-patches/EntityInsentient.patch
+++ b/nms-patches/EntityInsentient.patch
@@ -108,6 +108,15 @@
NBTTagList nbttaglist;
int i;
+@@ -406,7 +464,7 @@
+ }
+
+ this.dropEquipment(flag, i);
+- } else {
++ } { // CraftBukkit - remove else
+ super.a(flag, i, damagesource);
+ }
+
@@ -549,11 +607,11 @@
double d2 = entityhuman.locZ - this.locZ;
double d3 = d0 * d0 + d1 * d1 + d2 * d2;