mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 12:06:15 +01:00
Not sure if this will help.
This commit is contained in:
parent
b4fab94192
commit
548127dc1d
@ -88,7 +88,6 @@ public class BukkitHybridUtils extends HybridUtils {
|
||||
ChunkManager.manager.unloadChunk(worldname, new ChunkLoc(x, z));
|
||||
}
|
||||
}
|
||||
BukkitSetBlockManager.setBlockManager.update(chunks2);
|
||||
}
|
||||
|
||||
private static boolean UPDATE = false;
|
||||
@ -123,8 +122,8 @@ public class BukkitHybridUtils extends HybridUtils {
|
||||
final ChunkLoc loc = chunks.get(0);
|
||||
PlotSquared.log("&3Updating .mcr: " + loc.x + ", " + loc.z + " (aprrox 1024 chunks)");
|
||||
PlotSquared.log(" - Remaining: " + chunks.size());
|
||||
regenerateChunkChunk(world, loc);
|
||||
chunks.remove(0);
|
||||
regenerateChunkChunk(world, loc);
|
||||
} catch (final Exception e) {
|
||||
final ChunkLoc loc = chunks.get(0);
|
||||
PlotSquared.log("&c[ERROR]&7 Could not update '" + world + "/region/r." + loc.x + "." + loc.z + ".mca' (Corrupt chunk?)");
|
||||
|
Loading…
Reference in New Issue
Block a user