Skip to content

Commit d040d32

Browse files
committedOct 12, 2016
Fix //spiral requiring a selected region despite using only pos1
1 parent df6b54d commit d040d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎worldedit_commands/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ minetest.register_chatcommand("/spiral", {
571571
end
572572
local node = get_node(name, nodename)
573573
if not node then return nil end
574-
return check_region(name, param)
574+
return 1 -- TODO: return an useful value
575575
end),
576576
})
577577

0 commit comments

Comments
 (0)
Please sign in to comment.