mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
//count: improve formatting of output
This commit is contained in:
parent
daad494c7e
commit
1c163186b6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ worldeditadditions_core.register_command("count", {
|
||||||
)
|
)
|
||||||
if not success then return success, counts end
|
if not success then return success, counts end
|
||||||
|
|
||||||
local result = wea_c.format.make_ascii_table(counts).."\n"..
|
local result = "\n"..wea_c.format.make_ascii_table(counts).."\n"..
|
||||||
string.rep("=", 6 + #tostring(total) + 6).."\n"..
|
string.rep("=", 6 + #tostring(total) + 6).."\n"..
|
||||||
"Total "..total.." nodes\n"
|
"Total "..total.." nodes\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue