add mx added map to jukebox

This commit is contained in:
kremsy
2013-12-30 11:30:17 +01:00
parent 142296859f
commit a2eb11ca5c
2 changed files with 3 additions and 1 deletions

View File

@ -341,6 +341,9 @@ class MapManager implements CallbackListener {
$this->maniaControl->chat->sendSuccess('Map $<' . $mapInfo['Name'] . '$> added!');
$this->updateFullMapList();
//Juke requested Map
$this->maniaControl->mapManager->jukebox->addMapToJukebox($login, $mapId);
}
// TODO: add local map by filename
}