Changed the maplist a bit and changed maps limit to avoid crash
This commit is contained in:
committed by
Steffen Schröder
parent
34d0ad54fa
commit
be4d96fa22
@ -370,7 +370,7 @@ class MapManager implements CallbackListener {
|
||||
* Updates the full Map list, needed on Init, addMap and on ShuffleMaps
|
||||
*/
|
||||
private function updateFullMapList() {
|
||||
$maps = $this->maniaControl->client->getMapList(1000, 0);
|
||||
$maps = $this->maniaControl->client->getMapList(150, 0);
|
||||
$tempList = array();
|
||||
foreach ($maps as $rpcMap) {
|
||||
if (array_key_exists($rpcMap->uId, $this->maps)) {
|
||||
|
Reference in New Issue
Block a user