diff --git a/nms-patches/ChunkSection.patch b/nms-patches/ChunkSection.patch index da35627354..7a9ab688a0 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() {