Skip to content

Commit

Permalink
Return ownerGroups from getNodeOwnerGroups
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Haase committed Dec 17, 2017
1 parent aa1408a commit 54bded2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function areas:getNodeOwnerGroups(pos)
table.insert(ownerGroups, area.group)
end
end
return ownerGroups
end

--- Checks if the area intersects with an area that the player can't interact in.
Expand Down

0 comments on commit 54bded2

Please sign in to comment.