This commit is contained in:
Steffen Schröder 2014-06-13 16:48:14 +02:00
parent 765fab6622
commit 543782631a

View File

@ -239,7 +239,9 @@ class ManiaControl implements CommandListener, TimerListener {
}
// Hide widgets
$this->client->sendHideManialinkPage();
if ($this->client) {
$this->client->sendHideManialinkPage();
}
$this->log('Restarting ManiaControl!');