fix slot access syntax

This commit is contained in:
Isidor Zeuner 2017-07-03 13:46:10 +02:00
parent 97fc580bbf
commit 840f5e8c1f
1 changed files with 2 additions and 2 deletions

View File

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