Remove block dump
This commit is contained in:
parent
f151cdc84f
commit
ee8c919eda
1 changed files with 13 additions and 13 deletions
|
|
@ -569,19 +569,19 @@ public class DynmapCore implements DynmapCommonAPI {
|
||||||
//dumpColorMap("misa.txt", "misa.zip");
|
//dumpColorMap("misa.txt", "misa.zip");
|
||||||
//dumpColorMap("sphax.txt", "sphax.zip");
|
//dumpColorMap("sphax.txt", "sphax.zip");
|
||||||
|
|
||||||
Log.info("Block Name dump");
|
// Log.info("Block Name dump");
|
||||||
Log.info("---------------");
|
// Log.info("---------------");
|
||||||
for (int i = 0; i < DynmapBlockState.getGlobalIndexMax(); ) {
|
// for (int i = 0; i < DynmapBlockState.getGlobalIndexMax(); ) {
|
||||||
DynmapBlockState bs = DynmapBlockState.getStateByGlobalIndex(i);
|
// DynmapBlockState bs = DynmapBlockState.getStateByGlobalIndex(i);
|
||||||
if (bs != null) {
|
// if (bs != null) {
|
||||||
Log.info(String.format("%d,%s,%d", i, bs.blockName, bs.getStateCount()));
|
// Log.info(String.format("%d,%s,%d", i, bs.blockName, bs.getStateCount()));
|
||||||
i += bs.getStateCount();
|
// i += bs.getStateCount();
|
||||||
}
|
// }
|
||||||
else {
|
// else {
|
||||||
i++;
|
// i++;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
Log.info("---------------");
|
// Log.info("---------------");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue