From 2d23d92a665381f70b381c9a35cc4eeb1757c326 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 13 Aug 2020 20:48:35 +0100 Subject: [PATCH] Update functions.lua --- mods/default/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/functions.lua b/mods/default/functions.lua index ef02d8b7..d65a66e3 100644 --- a/mods/default/functions.lua +++ b/mods/default/functions.lua @@ -677,7 +677,7 @@ function default.can_interact_with_node(player, pos) end -- Interaction with owned node - if prot = "" and (owner == "" or owner == player_name) then + if prot == "" and (owner == "" or owner == player_name) then return true end