mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
//count: improve formatting of output
This commit is contained in:
parent
daad494c7e
commit
1c163186b6
@ -29,7 +29,7 @@ worldeditadditions_core.register_command("count", {
|
||||
)
|
||||
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"..
|
||||
"Total "..total.." nodes\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user