mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
typo
This commit is contained in:
parent
ab3120fe79
commit
ffc90ed179
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ worldeditadditions_core.register_command("metaball", {
|
||||||
message = #metaballs_list.." metaballs will take up to "..tostring(volume).." nodes of space"
|
message = #metaballs_list.." metaballs will take up to "..tostring(volume).." nodes of space"
|
||||||
elseif subcommand == "clear" then
|
elseif subcommand == "clear" then
|
||||||
local metaballs_cleared = wea.metaballs.clear(name)
|
local metaballs_cleared = wea.metaballs.clear(name)
|
||||||
message = tostring(metaballs_cleared).." metaball cleared"
|
message = tostring(metaballs_cleared).." metaballs cleared"
|
||||||
elseif subcommand == "remove" then
|
elseif subcommand == "remove" then
|
||||||
local index = subargs[1]
|
local index = subargs[1]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue