mapdir fix
This commit is contained in:
parent
b8a3192e6d
commit
bb4a3e3eef
@ -592,7 +592,7 @@ class MapManager implements CallbackListener {
|
|||||||
*/
|
*/
|
||||||
private function processMapFile($file, MXMapInfo $mapInfo, $login, $update) {
|
private function processMapFile($file, MXMapInfo $mapInfo, $login, $update) {
|
||||||
$mapDir = $this->maniaControl->client->getMapsDirectory();
|
$mapDir = $this->maniaControl->client->getMapsDirectory();
|
||||||
|
|
||||||
//Check if map is already on the server
|
//Check if map is already on the server
|
||||||
if ($this->getMapByUid($mapInfo->uid) != null) {
|
if ($this->getMapByUid($mapInfo->uid) != null) {
|
||||||
// Download error
|
// Download error
|
||||||
|
Loading…
Reference in New Issue
Block a user