mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-08 09:41:24 +02:00
typo
This commit is contained in:
@ -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]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user