removed resolved TODO

This commit is contained in:
Steffen Schröder 2013-12-31 15:31:12 +01:00
parent 321f07acf8
commit 36d75064e2

View File

@ -100,7 +100,6 @@ class ChatMessagePlugin implements CommandListener, Plugin {
else {
$msg = '$g[$<' . $player->nickname . '$>$s] $ff0$iHello All!';
}
// TODO why not italic?
$this->maniaControl->chat->sendChat($msg, null, false);
}