plugins: make logging on error more verbose

ref #3874
This commit is contained in:
Vaxry 2023-11-17 22:22:31 +00:00
parent db8f13291a
commit 51282f964f
3 changed files with 26 additions and 17 deletions

View file

@ -38,6 +38,7 @@ class CPluginSystem {
std::vector<CPlugin*> getAllPlugins();
bool m_bAllowConfigVars = false;
std::string m_szLastError = "";
private:
std::vector<std::unique_ptr<CPlugin>> m_vLoadedPlugins;