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