fixed number mismatch declerations

This commit is contained in:
kremsy
2020-04-21 17:44:41 +02:00
parent ffd46c3cdd
commit 06b3893a27
3 changed files with 4 additions and 7 deletions

View File

@ -107,7 +107,7 @@ class MapActions implements CommunicationListener, UsageInformationAble {
//TODO message
// Force an EndMap on the MapQueue to set the next Map
$this->maniaControl->getMapManager()->getMapQueue()->endMap(null);
$this->maniaControl->getMapManager()->getMapQueue()->endMap();
// Ignore EndMap on MapQueue
$this->maniaControl->getMapManager()->getMapQueue()->dontQueueNextMapChange();