summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerChest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ContainerChest.patch')
-rw-r--r--nms-patches/ContainerChest.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/ContainerChest.patch b/nms-patches/ContainerChest.patch
index 9535a080..43f85e75 100644
--- a/nms-patches/ContainerChest.patch
+++ b/nms-patches/ContainerChest.patch
@@ -53,7 +53,7 @@
@@ -33,6 +66,7 @@
}
- public boolean a(EntityHuman entityhuman) {
+ public boolean canUse(EntityHuman entityhuman) {
+ if (!this.checkReachable) return true; // CraftBukkit
return this.container.a(entityhuman);
}