nextmapwidget on end of map

This commit is contained in:
kremsy 2013-12-30 11:26:45 +01:00
parent bc3b725d40
commit 142296859f

View File

@ -171,7 +171,7 @@ class WidgetPlugin implements CallbackListener, Plugin {
//Check if the Next Map is a juked Map
$jukedMap = $this->maniaControl->mapManager->jukebox->getNextMap();
$requester = null;
//if the nextmap is not a juked map, get it from map info
if($jukedMap == null){