mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-05 06:53:52 +01:00
scloud.lua error return fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
cc20297b88
commit
4777b93f60
@ -29,7 +29,7 @@ worldedit.register_command("scloud", {
|
|||||||
wea.clear_points(name)
|
wea.clear_points(name)
|
||||||
return true, "selection cleared"
|
return true, "selection cleared"
|
||||||
else
|
else
|
||||||
return false, (param == "" and "no input" or "invalid input: '"..param).."'! Allowed params are: 0-6/stop/reset"
|
return false, (param == "" and "no input" or "invalid input: '"..param).."'! Allowed params are: 0-6, stop, or reset"
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user