Fix crash

This commit is contained in:
bri cassa 2024-09-15 23:09:05 +02:00
parent 0c9815460a
commit 2184118a4b

View File

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