Update functions.lua

This commit is contained in:
tenplus1 2020-08-13 20:48:35 +01:00 committed by GitHub
parent 26bf531096
commit 2d23d92a66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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