mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 01:23:45 +01:00
typo
This commit is contained in:
parent
ab3120fe79
commit
ffc90ed179
@ -113,7 +113,7 @@ worldeditadditions_core.register_command("metaball", {
|
||||
message = #metaballs_list.." metaballs will take up to "..tostring(volume).." nodes of space"
|
||||
elseif subcommand == "clear" then
|
||||
local metaballs_cleared = wea.metaballs.clear(name)
|
||||
message = tostring(metaballs_cleared).." metaball cleared"
|
||||
message = tostring(metaballs_cleared).." metaballs cleared"
|
||||
elseif subcommand == "remove" then
|
||||
local index = subargs[1]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user