summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerDispenser.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ContainerDispenser.patch')
-rw-r--r--nms-patches/ContainerDispenser.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/ContainerDispenser.patch b/nms-patches/ContainerDispenser.patch
index 9b8b1ad2..fb1f4f1a 100644
--- a/nms-patches/ContainerDispenser.patch
+++ b/nms-patches/ContainerDispenser.patch
@@ -28,7 +28,7 @@
@@ -29,6 +42,7 @@
}
- public boolean a(EntityHuman entityhuman) {
+ public boolean canUse(EntityHuman entityhuman) {
+ if (!this.checkReachable) return true; // CraftBukkit
return this.items.a(entityhuman);
}