forked from mtcontrib/Minetest-WorldEdit
Fix //spiral requiring a selected region despite using only pos1
This commit is contained in:
parent
df6b54d2f5
commit
d040d324e8
|
@ -571,7 +571,7 @@ minetest.register_chatcommand("/spiral", {
|
|||
end
|
||||
local node = get_node(name, nodename)
|
||||
if not node then return nil end
|
||||
return check_region(name, param)
|
||||
return 1 -- TODO: return an useful value
|
||||
end),
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user