From 840f5e8c1f5de7b28b570d05cb84a969494c6606 Mon Sep 17 00:00:00 2001 From: Isidor Zeuner Date: Mon, 3 Jul 2017 13:46:10 +0200 Subject: [PATCH] fix slot access syntax --- worldedit_commands/safe.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worldedit_commands/safe.lua b/worldedit_commands/safe.lua index 96fa00a..520f875 100644 --- a/worldedit_commands/safe.lua +++ b/worldedit_commands/safe.lua @@ -4,7 +4,7 @@ if minetest.get_modpath("areas") then area_protection.areas = areas end -local area_protection.interaction_restrictions = function( +area_protection.interaction_restrictions = function( area_protection, player_name ) @@ -17,7 +17,7 @@ local area_protection.interaction_restrictions = function( return false end -local area_protection.interaction_allowed = function( +area_protection.interaction_allowed = function( area_protection, description, pos1,