Check for newer pluginversions at startup

This commit is contained in:
Max Klaversma
2014-04-15 23:49:27 +02:00
committed by Steffen Schröder
parent 6e37411fc4
commit c0b9263b97
2 changed files with 13 additions and 1 deletions

View File

@ -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);