summaryrefslogtreecommitdiffstats
path: root/nms-patches/ChunkSection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/ChunkSection.patch')
-rw-r--r--nms-patches/ChunkSection.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/nms-patches/ChunkSection.patch b/nms-patches/ChunkSection.patch
index da356273..7a9ab688 100644
--- a/nms-patches/ChunkSection.patch
+++ b/nms-patches/ChunkSection.patch
@@ -25,3 +25,12 @@
public IBlockData getType(int i, int j, int k) {
return this.blockIds.a(i, j, k);
}
+@@ -46,7 +64,7 @@
+ }
+
+ public boolean a() {
+- return this.nonEmptyBlockCount == 0;
++ return false; // CraftBukkit - MC-80966
+ }
+
+ public boolean shouldTick() {