mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-15 23:20:16 +01:00
fix slot access syntax
This commit is contained in:
parent
97fc580bbf
commit
840f5e8c1f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user