summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nms-patches/EntityLiving.patch7
1 files changed, 6 insertions, 1 deletions
diff --git a/nms-patches/EntityLiving.patch b/nms-patches/EntityLiving.patch
index b4e189a9..33447ea9 100644
--- a/nms-patches/EntityLiving.patch
+++ b/nms-patches/EntityLiving.patch
@@ -542,7 +542,12 @@
this.C(entity);
}
-@@ -1781,7 +2045,7 @@
+@@ -1777,11 +2041,11 @@
+ }
+
+ public boolean isInteractable() {
+- return !this.dead;
++ return !this.dead && this.collides; // CraftBukkit
}
public boolean isCollidable() {