setting for disabling automatic mc restart

This commit is contained in:
Steffen Schröder
2014-04-28 14:14:04 +02:00
parent d2813fe001
commit 75b1e2155a
3 changed files with 30 additions and 9 deletions

View File

@@ -130,6 +130,8 @@ class ManiaControl implements CommandListener, TimerListener {
//Check connection every 30 seconds
$this->timerManager->registerTimerListening($this, 'checkConnection', 1000 * 30);
$this->errorHandler->init();
}
/**