mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
scloud.lua second typo fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
18347f93bf
commit
0b55863d55
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ worldedit.register_command("scloud", {
|
|||
wea.selection.clear_points(name)
|
||||
return true, "selection cleared"
|
||||
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,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue