Rename intersects_protection to is_area_protected
This commit is contained in:
parent
70d91bc64d
commit
04a46d0671
2 changed files with 3 additions and 3 deletions
|
@ -504,7 +504,7 @@ function default.sapling_on_place(itemstack, placer, pointed_thing,
|
|||
return itemstack
|
||||
end
|
||||
-- Check tree volume for protection
|
||||
if minetest.intersects_protection(
|
||||
if minetest.is_area_protected(
|
||||
vector.add(pos, minp_relative),
|
||||
vector.add(pos, maxp_relative),
|
||||
player_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue