mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
*Don't set the the cuboid block by block if we've already technically done that
This commit is contained in:
parent
6ac7948f72
commit
780d3d7703
1 changed files with 0 additions and 2 deletions
|
@ -79,8 +79,6 @@ public class GenChunk extends ScopedLocalBlockQueue {
|
|||
int end = start + 256;
|
||||
Arrays.fill(data, start, end, block);
|
||||
}
|
||||
} else {
|
||||
super.setCuboid(pos1, pos2, block);
|
||||
}
|
||||
int minx = pos1.getX() < pos2.getX() ? pos1.getX() : pos2.getX();
|
||||
int miny = pos1.getY() < pos2.getY() ? pos1.getY() : pos2.getY();
|
||||
|
|
Loading…
Reference in a new issue