well that was weird
This commit is contained in:
parent
88935ed573
commit
82c7c9d694
@ -23,7 +23,7 @@ end
|
||||
function towny.regions.protection_mod(p1,p2)
|
||||
if not protprev then return false end
|
||||
if modareas then
|
||||
if #areas:getAreasIntersectingArea(p1, p2) > 0 then
|
||||
if #areas:getAreasIntersectingArea(table.copy(p1), table.copy(p2)) > 0 then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user