removed some resolved todos

This commit is contained in:
kremsy
2014-01-14 18:27:54 +01:00
committed by Steffen Schröder
parent 145f612a2f
commit 41dabc21a3
5 changed files with 35 additions and 28 deletions

View File

@ -750,7 +750,7 @@ class MapList implements ManialinkPageAnswerListener, CallbackListener {
$player = $this->maniaControl->playerManager->getPlayer($login);
if($player != null) {
if($shown == self::SHOW_MX_LIST) {
//TODO
//nothing to update yet
} else if($shown == self::SHOW_MAP_LIST) {
$this->showMapList($player);
}