diff --git a/CommonLibF4/src/F4SE/API.cpp b/CommonLibF4/src/F4SE/API.cpp index ab844e41..c53a758f 100644 --- a/CommonLibF4/src/F4SE/API.cpp +++ b/CommonLibF4/src/F4SE/API.cpp @@ -83,6 +83,7 @@ namespace F4SE if (a_log) { log::init(); + log::info("{} v{}", GetPluginName(), GetPluginVersion()); } storage.messagingInterface = detail::QueryInterface(a_intfc, LoadInterface::kMessaging); diff --git a/RTTIDump/src/main.cpp b/RTTIDump/src/main.cpp index b402b235..9673c9c3 100644 --- a/RTTIDump/src/main.cpp +++ b/RTTIDump/src/main.cpp @@ -391,8 +391,6 @@ F4SE_PLUGIN_LOAD(const F4SE::LoadInterface* a_f4se) { F4SE::Init(a_f4se); - logger::info("{} v{}", F4SE::GetPluginName(), F4SE::GetPluginVersion()); - auto messaging = F4SE::GetMessagingInterface(); messaging->RegisterListener(MessageHandler);