Added a todo note.
This commit is contained in:
parent
550db367c5
commit
257d1f5110
@ -164,6 +164,8 @@ public class ChunkGenerator
|
||||
if (chunkZ <= maxChunkZ)
|
||||
{
|
||||
chunkGenerationStatus.put(w, new Integer[]{chunkX, chunkZ});
|
||||
|
||||
// TODO: only display a message every 10s or so with a fake percentage number.
|
||||
Plugin.instance.getLogger().info("Loading/Generating Chunk ( x=" + chunkX + " z=" + chunkZ + " world=" + w.getName() + " )");
|
||||
|
||||
Chunk chunk = w.getChunkAt(chunkX, chunkZ);
|
||||
|
Loading…
x
Reference in New Issue
Block a user