forked from nalc/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
|
return true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
elseif areas.factions_available and area.faction_open then
|
elseif areas.factions_available and area.faction_open then
|
||||||
if (factions.version or 0) < 2 then
|
if (factions.version or 0) < 2 then
|
||||||
local faction_name = factions.get_player_faction(name)
|
local faction_name = factions.get_player_faction(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user