finished and tested first version of echomanager

This commit is contained in:
kremsy
2015-06-19 18:30:44 +02:00
parent 7527561263
commit 351a0b424c
5 changed files with 64 additions and 22 deletions

View File

@ -111,7 +111,7 @@ class PlayerManager implements CallbackListener, TimerListener, EchoListener {
// Echo Warn Command (Usage: sendEcho json_encode("player" => "loginName")
$this->maniaControl->getEchoManager()->registerEchoListener(self::ECHO_WARN_PLAYER, $this, function ($params) {
$this->playerActions->warnPlayer("EchoListener", $params->player);
$this->playerActions->warnPlayer(null, $params->player, false);
});
}