local records plugin update for new records callback class

improved delrec command
This commit is contained in:
Steffen Schröder
2014-05-24 19:16:48 +02:00
parent 412556e57e
commit 2892891bec
2 changed files with 99 additions and 89 deletions

View File

@ -291,6 +291,7 @@ class ManiaControl implements CommandListener, TimerListener {
$this->callbackManager->triggerCallback(Callbacks::ONSHUTDOWN);
// Announce quit
// TODO: skip client-related actions on transport exception (e.g. server down)
$this->chat->sendInformation('ManiaControl shutting down.');
if ($this->client) {