This commit is contained in:
Starbeamrainbowlabs 2023-07-11 19:30:43 +01:00
parent ab3120fe79
commit ffc90ed179
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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]