Print block usage
This commit is contained in:
parent
5688775e6c
commit
1805135d3c
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ void print_blocks (const std::string& mc_path, const PrintOptions& opts) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::cout << "Used blocks: " << mc.size() << "/15\n";
|
||||||
for (const auto& blk : mc) {
|
for (const auto& blk : mc) {
|
||||||
if (blk.has_magic()) {
|
if (blk.has_magic()) {
|
||||||
if (opts.block_num)
|
if (opts.block_num)
|
||||||
|
|
Loading…
Add table
Reference in a new issue