more fixes and remove old gbxremotefiles
This commit is contained in:
committed by
Steffen Schröder
parent
28e4a57a78
commit
b2491ac829
@ -491,7 +491,7 @@ class MapManager implements CallbackListener {
|
||||
if(is_numeric($mapId)) {
|
||||
// Load from MX
|
||||
$serverInfo = $this->maniaControl->server->getSystemInfo();
|
||||
$title = strtolower(substr($serverInfo['TitleId'], 0, 2));
|
||||
$title = strtolower(substr($serverInfo->titleId, 0, 2));
|
||||
|
||||
// Check if map exists
|
||||
$mxMapInfos = $this->maniaControl->mapManager->mxManager->getMaplistByMixedUidIdString($mapId);
|
||||
|
Reference in New Issue
Block a user