mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-23 15:43:50 +01:00
scloud.lua params change
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
f95d7622c7
commit
39f82c99ca
@ -5,7 +5,7 @@
|
||||
-- ██████ ██████ ███████ ██████ ██████ ██████
|
||||
local wea = worldeditadditions
|
||||
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",
|
||||
privs = {worldedit=true},
|
||||
parse = function(param)
|
||||
|
Loading…
Reference in New Issue
Block a user