summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerHopper.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ContainerHopper.patch')
-rw-r--r--nms-patches/ContainerHopper.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/ContainerHopper.patch b/nms-patches/ContainerHopper.patch
index 54117f62..3475a2c6 100644
--- a/nms-patches/ContainerHopper.patch
+++ b/nms-patches/ContainerHopper.patch
@@ -37,7 +37,7 @@
@@ -28,6 +50,7 @@
}
- public boolean a(EntityHuman entityhuman) {
+ public boolean canUse(EntityHuman entityhuman) {
+ if (!this.checkReachable) return true; // CraftBukkit
return this.hopper.a(entityhuman);
}