Remove debug noise
This commit is contained in:
parent
6f06543429
commit
12a314fe82
3 changed files with 3 additions and 3 deletions
|
|
@ -1754,7 +1754,7 @@ public class DynmapPlugin
|
||||||
int z = cp.z << 4;
|
int z = cp.z << 4;
|
||||||
// If not empty AND not initial scan
|
// If not empty AND not initial scan
|
||||||
if (ymax > 0) {
|
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");
|
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;
|
int z = cp.z << 4;
|
||||||
// If not empty AND not initial scan
|
// If not empty AND not initial scan
|
||||||
if (ymax > 0) {
|
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");
|
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;
|
int z = cp.z << 4;
|
||||||
// If not empty AND not initial scan
|
// If not empty AND not initial scan
|
||||||
if (ymax > 0) {
|
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");
|
mapManager.touchVolume(fw.getName(), x, 0, z, x+15, ymax, z+16, "chunkgenerate");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue