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 58863cb commit bfe8224Copy full SHA for bfe8224
CommonLibF4/src/F4SE/API.cpp
@@ -83,6 +83,7 @@ namespace F4SE
83
84
if (a_log) {
85
log::init();
86
+ log::info("{} v{}", GetPluginName(), GetPluginVersion());
87
}
88
89
storage.messagingInterface = detail::QueryInterface<MessagingInterface>(a_intfc, LoadInterface::kMessaging);
RTTIDump/src/main.cpp
@@ -391,8 +391,6 @@ F4SE_PLUGIN_LOAD(const F4SE::LoadInterface* a_f4se)
391
{
392
F4SE::Init(a_f4se);
393
394
- logger::info("{} v{}", F4SE::GetPluginName(), F4SE::GetPluginVersion());
395
-
396
auto messaging = F4SE::GetMessagingInterface();
397
messaging->RegisterListener(MessageHandler);
398
0 commit comments