Skip to content

Commit 595ffce

Browse files
powerof3github-actions[bot]
authored andcommitted
maintenance
1 parent ac42b55 commit 595ffce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tweaks/FactionStealing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Tweaks::FactionStealing
4141

4242
if (const auto faction = a_owner->As<RE::TESFaction>()) {
4343
static Map<RE::TESFaction*, std::vector<RE::TESNPC*>> factionNPCMap{};
44-
if (factionNPCMap.empty()) {
44+
if (factionNPCMap.empty()) {
4545
for (auto& npc : RE::TESDataHandler::GetSingleton()->GetFormArray<RE::TESNPC>()) {
4646
if (npc && !npc->IsDeleted()) {
4747
for (auto& factionRank : npc->factions) {

0 commit comments

Comments
 (0)