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 callinggetLoadedPlugins
with no registered Plugins
found an empty array will be returned.