summaryrefslogtreecommitdiffstats
path: root/nms-patches/ContainerBeacon.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-09-18 20:00:00 +1000
committermd_5 <git@md-5.net>2017-09-18 20:00:00 +1000
commit9a1f5ee80a8665b0c388758003e2bda1ee924084 (patch)
treeb97318e90572fbf8190689d2233eac672d888f70 /nms-patches/ContainerBeacon.patch
parent8f472147b7f78ccd565bc97a125030f92fdf732d (diff)
downloadcraftbukkit-9a1f5ee80a8665b0c388758003e2bda1ee924084.tar
craftbukkit-9a1f5ee80a8665b0c388758003e2bda1ee924084.tar.gz
craftbukkit-9a1f5ee80a8665b0c388758003e2bda1ee924084.tar.lz
craftbukkit-9a1f5ee80a8665b0c388758003e2bda1ee924084.tar.xz
craftbukkit-9a1f5ee80a8665b0c388758003e2bda1ee924084.zip
Update to Minecraft 1.12.2
Diffstat (limited to 'nms-patches/ContainerBeacon.patch')
-rw-r--r--nms-patches/ContainerBeacon.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/ContainerBeacon.patch b/nms-patches/ContainerBeacon.patch
index 13196bb7..bd8adc02 100644
--- a/nms-patches/ContainerBeacon.patch
+++ b/nms-patches/ContainerBeacon.patch
@@ -22,7 +22,7 @@
@@ -48,6 +55,7 @@
}
- public boolean a(EntityHuman entityhuman) {
+ public boolean canUse(EntityHuman entityhuman) {
+ if (!this.checkReachable) return true; // CraftBukkit
return this.beacon.a(entityhuman);
}