summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntityChest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/TileEntityChest.patch')
-rw-r--r--nms-patches/TileEntityChest.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/nms-patches/TileEntityChest.patch b/nms-patches/TileEntityChest.patch
index 38bebf99..605ced78 100644
--- a/nms-patches/TileEntityChest.patch
+++ b/nms-patches/TileEntityChest.patch
@@ -100,3 +100,18 @@
this.world.applyPhysics(this.position, this.w());
this.world.applyPhysics(this.position.down(), this.w());
}
+@@ -370,6 +425,14 @@
+
+ }
+
++ // CraftBukkit start
++ // PAIL
++ @Override
++ public boolean F() {
++ return true;
++ }
++ // CraftBukkit end
++
+ static class SyntheticClass_1 {
+
+ static final int[] a = new int[EnumDirection.values().length];