mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-08 16:08:48 +00:00
Fixes #2751
This commit is contained in:
parent
7c25c60252
commit
cb05d34d20
1 changed files with 0 additions and 3 deletions
|
@ -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 a new issue