Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Dec 6, 2023
2 parents 4c1169b + 2b12a7d commit bf2318f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPID/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "DistributeManager.h"
#include "LookupConfigs.h"
#include "PCLevelMultManager.h"
#include "LookupForms.h"
#include "PCLevelMultManager.h"

bool shouldLookupForms{ false };
bool shouldLogErrors{ false };
Expand Down Expand Up @@ -41,7 +41,7 @@ void MessageHandler(SKSE::MessagingInterface::Message* a_message)
Distribute::SetupDistribution();
}

if (shouldLogErrors) {
if (shouldLogErrors) {
const auto error = fmt::format("[SPID] Errors found when reading configs. Check {}.log in {} for more info\n", Version::PROJECT, SKSE::log::log_directory()->string());
RE::ConsoleLog::GetSingleton()->Print(error.c_str());
}
Expand Down

0 comments on commit bf2318f

Please sign in to comment.