MC HOTFIX, UPDATE FAST!!!

This commit is contained in:
kremsy
2017-05-13 19:27:38 +02:00
parent 07898d47f7
commit 7c5f8efdda
2 changed files with 3 additions and 1 deletions

View File

@ -508,7 +508,7 @@ class MapManager implements CallbackListener, CommunicationListener, UsageInform
try {
$offset = 0;
while ($this->maniaControl->getClient()) {
while ($this->maniaControl->getClient() && $offset < 5000) {
$maps = $this->maniaControl->getClient()->getMapList(150, $offset);
foreach ($maps as $rpcMap) {
@ -524,6 +524,7 @@ class MapManager implements CallbackListener, CommunicationListener, UsageInform
$offset += 150;
}
} catch (IndexOutOfBoundException $e) {
}