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