Check for newer pluginversions at startup
This commit is contained in:
committed by
Steffen Schröder
parent
6e37411fc4
commit
c0b9263b97
@ -306,6 +306,7 @@ class ManiaControl implements CommandListener, TimerListener {
|
||||
|
||||
// Load plugins
|
||||
$this->pluginManager->loadPlugins();
|
||||
$this->updateManager->checkPluginsUpdate();
|
||||
|
||||
// AfterInit callback
|
||||
$this->callbackManager->triggerCallback(CallbackManager::CB_AFTERINIT);
|
||||
|
Reference in New Issue
Block a user