more fixes and remove old gbxremotefiles

This commit is contained in:
kremsy
2014-01-16 20:00:03 +01:00
committed by Steffen Schröder
parent 28e4a57a78
commit b2491ac829
4 changed files with 1 additions and 1753 deletions

View File

@ -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);