mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-23 18:55:14 +01:00
Remove debug noise
This commit is contained in:
parent
e5ce232cc2
commit
2c82528c13
@ -1754,7 +1754,7 @@ public class DynmapPlugin
|
||||
int z = cp.z << 4;
|
||||
// If not empty AND not initial scan
|
||||
if (ymax > 0) {
|
||||
Log.info("New generated chunk detected at " + cp + " for " + fw.getName());
|
||||
//Log.info("New generated chunk detected at " + cp + " for " + fw.getName());
|
||||
mapManager.touchVolume(fw.getName(), x, 0, z, x+15, ymax, z+16, "chunkgenerate");
|
||||
}
|
||||
}
|
||||
|
@ -1760,7 +1760,7 @@ public class DynmapPlugin
|
||||
int z = cp.z << 4;
|
||||
// If not empty AND not initial scan
|
||||
if (ymax > 0) {
|
||||
Log.info("New generated chunk detected at " + cp + " for " + fw.getName());
|
||||
//Log.info("New generated chunk detected at " + cp + " for " + fw.getName());
|
||||
mapManager.touchVolume(fw.getName(), x, 0, z, x+15, ymax, z+16, "chunkgenerate");
|
||||
}
|
||||
}
|
||||
|
@ -1734,7 +1734,7 @@ public class DynmapPlugin
|
||||
int z = cp.z << 4;
|
||||
// If not empty AND not initial scan
|
||||
if (ymax > 0) {
|
||||
Log.info("New generated chunk detected at " + cp + " for " + fw.getName());
|
||||
//Log.info("New generated chunk detected at " + cp + " for " + fw.getName());
|
||||
mapManager.touchVolume(fw.getName(), x, 0, z, x+15, ymax, z+16, "chunkgenerate");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user