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 area_protection.areas = areas
end end
local area_protection.interaction_restrictions = function( area_protection.interaction_restrictions = function(
area_protection, area_protection,
player_name player_name
) )
@ -17,7 +17,7 @@ local area_protection.interaction_restrictions = function(
return false return false
end end
local area_protection.interaction_allowed = function( area_protection.interaction_allowed = function(
area_protection, area_protection,
description, description,
pos1, pos1,