Compare commits

1 Commits

Author SHA1 Message Date
2184118a4b Fix crash 2024-09-15 23:09:05 +02:00

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)