1
0
mirror of synced 2024-11-28 01:20:51 +01:00

fix: Errors being thrown during library init

This commit is contained in:
WerWolv 2024-01-09 11:38:56 +01:00
parent 0b5656dcc4
commit dd9a2e1818

View File

@ -93,6 +93,11 @@ namespace hex {
if (this->isLibraryPlugin()) {
m_functions.initializeLibraryFunction();
log::info("Library '{}' initialized successfully", pluginName);
m_initialized = true;
return true;
}