Added a todo note.

This commit is contained in:
Tobias Ottenweller 2013-06-08 22:13:36 +02:00
parent 550db367c5
commit 257d1f5110

View File

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