mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-15 23:20:44 +00:00
Remove chunk log spam
This commit is contained in:
@@ -24,7 +24,6 @@ public class ChunkListener implements Listener {
|
||||
@EventHandler(ignoreCancelled = true)
|
||||
public void chunkUnload(ChunkUnloadEvent cue) {
|
||||
Chunk chunk = cue.getChunk();
|
||||
Citadel.info("Chunk unloading: " + chunk.toString());
|
||||
this.cdao_.unloadChunk(chunk);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user