mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-02 08:50:17 +01: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
@ -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 New Issue
Block a user