parent
e2ec9f0c84
commit
8fed598b51
2 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
package client.world;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
import common.biome.Biome;
|
||||
import common.block.Block;
|
||||
import common.init.Blocks;
|
||||
|
@ -18,7 +16,6 @@ public class ChunkClient extends Chunk {
|
|||
}
|
||||
|
||||
private void clearArrays() {
|
||||
Arrays.fill(this.core, null);
|
||||
this.blocks.clearMap();
|
||||
this.blockList.clear();
|
||||
this.bottom = Integer.MAX_VALUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue