From 97f8eef91ddae40ea0cfa5ed4c93a56bf9313fbb Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 16 Feb 2014 13:36:54 +0100 Subject: [PATCH] small cleanup --- application/core/Maps/MapManager.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/core/Maps/MapManager.php b/application/core/Maps/MapManager.php index 61aa1ec6..743477e4 100644 --- a/application/core/Maps/MapManager.php +++ b/application/core/Maps/MapManager.php @@ -499,9 +499,6 @@ class MapManager implements CallbackListener { return; } - $serverInfo = $this->maniaControl->client->getSystemInfo(); - $title = strtolower(substr($serverInfo->titleId, 0, 2)); - //Download the file $function = function ($file, $error) use (&$login, &$mapInfo, &$mapDir, &$update) { if (!$file) {