Skip to content

Commit

Permalink
Fixed logger.
Browse files Browse the repository at this point in the history
  • Loading branch information
adya committed Dec 18, 2024
1 parent 194c47d commit ec4a25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ extern "C" DLLEXPORT bool SKSEAPI SKSEPlugin_Load(const SKSE::LoadInterface* a_s

logger::info("Game version : {}", a_skse->RuntimeVersion().string());

SKSE::Init(a_skse);
SKSE::Init(a_skse, false);

SKSE::GetMessagingInterface()->RegisterListener(MessageHandler);

Expand Down

0 comments on commit ec4a25d

Please sign in to comment.