From 2184118a4b931e61c1e0eb974ee5212dfac6c469 Mon Sep 17 00:00:00 2001 From: sys4 Date: Sun, 15 Sep 2024 23:09:05 +0200 Subject: [PATCH] Fix crash --- api.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/api.lua b/api.lua index a5fd793..86541ac 100644 --- a/api.lua +++ b/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)