mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
scloud.lua typo fix
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
3df23e8086
commit
cc20297b88
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
local wea = worldeditadditions
|
||||
worldedit.register_command("scloud", {
|
||||
params = "0-6/stop/reset",
|
||||
description = "Set and add to WorldEdit region by punching put to six nodes that define the maximums of your target",
|
||||
description = "Set and add to WorldEdit region by punching up to six nodes that define the maximums of your target",
|
||||
privs = {worldedit=true},
|
||||
parse = function(param)
|
||||
return true, param
|
||||
|
|
Loading…
Reference in a new issue