mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-05 06:53:52 +01:00
scloud.lua second typo fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
18347f93bf
commit
0b55863d55
@ -39,7 +39,7 @@ worldedit.register_command("scloud", {
|
|||||||
wea.selection.clear_points(name)
|
wea.selection.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, or 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