diff --git a/src/Tweaks/FactionStealing.cpp b/src/Tweaks/FactionStealing.cpp index 2c518e2..580a9b5 100644 --- a/src/Tweaks/FactionStealing.cpp +++ b/src/Tweaks/FactionStealing.cpp @@ -41,7 +41,7 @@ namespace Tweaks::FactionStealing if (const auto faction = a_owner->As()) { static Map> factionNPCMap{}; - if (factionNPCMap.empty()) { + if (factionNPCMap.empty()) { for (auto& npc : RE::TESDataHandler::GetSingleton()->GetFormArray()) { if (npc && !npc->IsDeleted()) { for (auto& factionRank : npc->factions) {