Fix up queues

This commit is contained in:
dordsor21
2022-01-26 13:35:34 +00:00
committed by Jordan
parent 0d468505bb
commit 9f4bdaef40
3 changed files with 10 additions and 13 deletions

View File

@ -179,7 +179,7 @@ public class BukkitQueueCoordinator extends BasicQueueCoordinator {
}
}
}
for (int layer = 0; layer < localChunk.getBaseblocks().length; layer++) {
for (int layer = 0; layer < localChunk.getBiomes().length; layer++) {
BiomeType[] biomesLayer = localChunk.getBiomes()[layer];
if (biomesLayer == null) {
continue;