We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac42b55 commit 595ffceCopy full SHA for 595ffce
src/Tweaks/FactionStealing.cpp
@@ -41,7 +41,7 @@ namespace Tweaks::FactionStealing
41
42
if (const auto faction = a_owner->As<RE::TESFaction>()) {
43
static Map<RE::TESFaction*, std::vector<RE::TESNPC*>> factionNPCMap{};
44
- if (factionNPCMap.empty()) {
+ if (factionNPCMap.empty()) {
45
for (auto& npc : RE::TESDataHandler::GetSingleton()->GetFormArray<RE::TESNPC>()) {
46
if (npc && !npc->IsDeleted()) {
47
for (auto& factionRank : npc->factions) {
0 commit comments