mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Remove check
This commit is contained in:
parent
c56ba112d1
commit
aa1fec2dad
@ -501,11 +501,6 @@ public class BukkitChunk_1_13 extends IntFaweChunk<Chunk, BukkitQueue_1_13> {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (count >= 4096) {
|
||||
for (int i = 0; i < 4096; i++) {
|
||||
if (array[i] == 0) System.out.println("Invalid ");
|
||||
}
|
||||
}
|
||||
int by = j << 4;
|
||||
DataPaletteBlock<IBlockData> nibble = section.getBlocks();
|
||||
int nonEmptyBlockCount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user