close main widget callback by manialinkmanager

This commit is contained in:
kremsy
2013-12-24 13:05:10 +01:00
parent 8827251738
commit 2c8eeb2bbd
3 changed files with 10 additions and 12 deletions

View File

@ -162,7 +162,6 @@ class PlayerManager implements CallbackListener {
if ($this->maniaControl->settingManager->getSetting($this, self::SETTING_JOIN_LEAVE_MESSAGES)) {
//$this->maniaControl->chat->sendChat('$<' . $player->nickname . '$> $ff0left the game. Played:$fff ' . $played);
$this->maniaControl->chat->sendChat('$<' . $player->nickname . '$> $s$0f0has left the game');
}
}