Remove chunk notify task

This commit is contained in:
Jesse Boyd
2019-04-16 01:16:00 +10:00
parent a4de4e1a65
commit 9207263426
9 changed files with 1 additions and 72 deletions

View File

@ -434,11 +434,9 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
}
if (this.sectionPalettes != null && this.sectionPalettes[j] != null) {
section = sections[j] = this.sectionPalettes[j];
// getParent().setCount(0, count - this.getAir(j), section);
continue;
} else {
section = sections[j] = getParent().newChunkSection(j, flag, array);
// getParent().setCount(0, count - this.getAir(j), section);
continue;
}
} else if (count >= 4096) {
@ -448,11 +446,9 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
}
if (this.sectionPalettes != null && this.sectionPalettes[j] != null) {
section = sections[j] = this.sectionPalettes[j];
// getParent().setCount(0, count - this.getAir(j), section);
continue;
} else {
section = sections[j] = getParent().newChunkSection(j, flag, array);
// getParent().setCount(0, count - this.getAir(j), section);
continue;
}
}