This commit is contained in:
Alexander Söderberg 2020-04-09 17:07:14 +02:00
parent 7c25c60252
commit cb05d34d20

View File

@ -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) {