improved TheM plugins unload methods

This commit is contained in:
Steffen Schröder
2014-05-07 21:42:23 +02:00
parent 50697bfb4f
commit 8ea0646064
3 changed files with 7 additions and 19 deletions

View File

@ -1,4 +1,5 @@
<?php
namespace TheM;
use FML\Controls\Frame;
@ -126,11 +127,6 @@ class TeamSpeakPlugin implements CallbackListener, CommandListener, ManialinkPag
$this->serverData = array();
$this->maniaControl->actionsMenu->removeMenuItem(1, true);
$this->maniaControl->manialinkManager->unregisterManialinkPageAnswerListener($this);
$this->maniaControl->callbackManager->unregisterCallbackListener($this);
$this->maniaControl->commandManager->unregisterCommandListener($this);
$this->maniaControl->timerManager->unregisterTimerListenings($this);
unset($this->maniaControl);
}
/**