Skip to content

Bugfix for PluginManager loading with no registered Plugins

Latest
Compare
Choose a tag to compare
@cspray cspray released this 17 Jun 10:26
· 1 commit to main since this release
63ad537

Fixed

  • Fixes an error where PluginManager::getLoadedPlugins would throw an error after the plugin loading process should
    have taken place if there were no registered Plugins. Now, when calling getLoadedPlugins with no registered Plugins
    found an empty array will be returned.