forked from minetest-mods/areas
Fix crash
This commit is contained in:
parent
0c9815460a
commit
2184118a4b
1
api.lua
1
api.lua
@ -163,7 +163,6 @@ function areas:canInteract(pos, name)
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
elseif areas.factions_available and area.faction_open then
|
||||
if (factions.version or 0) < 2 then
|
||||
local faction_name = factions.get_player_faction(name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user