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;
}