mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Update functions.lua
This commit is contained in:
parent
26bf531096
commit
2d23d92a66
1 changed files with 1 additions and 1 deletions
|
@ -677,7 +677,7 @@ function default.can_interact_with_node(player, pos)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Interaction with owned node
|
-- Interaction with owned node
|
||||||
if prot = "" and (owner == "" or owner == player_name) then
|
if prot == "" and (owner == "" or owner == player_name) then
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue