mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
scloud.lua params change
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
f95d7622c7
commit
39f82c99ca
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
-- ██████ ██████ ███████ ██████ ██████ ██████
|
-- ██████ ██████ ███████ ██████ ██████ ██████
|
||||||
local wea = worldeditadditions
|
local wea = worldeditadditions
|
||||||
worldedit.register_command("scloud", {
|
worldedit.register_command("scloud", {
|
||||||
params = "0-6/stop/reset",
|
params = "<0-6|stop|reset>",
|
||||||
description = "Set and add to WorldEdit region by punching up 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},
|
privs = {worldedit=true},
|
||||||
parse = function(param)
|
parse = function(param)
|
||||||
|
|
Loading…
Reference in a new issue