mirror of
https://github.com/edubart/otclient.git
synced 2025-12-20 15:37:11 +01:00
lua console and some changes
This commit is contained in:
@@ -54,7 +54,7 @@ bool Module::load()
|
||||
logInfo("Loaded module '", m_name, "'");
|
||||
return true;
|
||||
} catch(std::exception& e) {
|
||||
logError("ERROR: failed to load module '", m_name, "': ", e.what());
|
||||
logError("failed to load module '", m_name, "': ", e.what());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user