bugfix
This commit is contained in:
parent
765fab6622
commit
543782631a
@ -239,7 +239,9 @@ class ManiaControl implements CommandListener, TimerListener {
|
||||
}
|
||||
|
||||
// Hide widgets
|
||||
$this->client->sendHideManialinkPage();
|
||||
if ($this->client) {
|
||||
$this->client->sendHideManialinkPage();
|
||||
}
|
||||
|
||||
$this->log('Restarting ManiaControl!');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user