mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-26 11:30:21 +02:00
Fix //spiral requiring a selected region despite using only pos1
This commit is contained in:
@ -571,7 +571,7 @@ minetest.register_chatcommand("/spiral", {
|
|||||||
end
|
end
|
||||||
local node = get_node(name, nodename)
|
local node = get_node(name, nodename)
|
||||||
if not node then return nil end
|
if not node then return nil end
|
||||||
return check_region(name, param)
|
return 1 -- TODO: return an useful value
|
||||||
end),
|
end),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user