Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix //spiral requiring a selected region despite using only pos1
  • Loading branch information
sfan5 committed Oct 12, 2016
1 parent df6b54d commit d040d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit_commands/init.lua
Expand Up @@ -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),
})

Expand Down

0 comments on commit d040d32

Please sign in to comment.