mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-23 07:40:28 +02:00
Fixes #2751
This commit is contained in:
@@ -37,9 +37,6 @@ public class ScopedLocalBlockQueue extends DelegateLocalBlockQueue {
|
|||||||
this.dx = maxX - minX;
|
this.dx = maxX - minX;
|
||||||
this.dy = maxY - minY;
|
this.dy = maxY - minY;
|
||||||
this.dz = maxZ - minZ;
|
this.dz = maxZ - minZ;
|
||||||
|
|
||||||
this.setForceSync(parent.isForceSync());
|
|
||||||
this.setChunkObject(parent.getChunkObject());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public boolean setBiome(int x, int z, BiomeType biome) {
|
@Override public boolean setBiome(int x, int z, BiomeType biome) {
|
||||||
|
Reference in New Issue
Block a user