diff --git a/application/core/Maps/MapManager.php b/application/core/Maps/MapManager.php index 9fa11dfc..1a407e92 100644 --- a/application/core/Maps/MapManager.php +++ b/application/core/Maps/MapManager.php @@ -274,6 +274,7 @@ class MapManager implements CallbackListener { try { $this->maniaControl->getClient()->removeMap($map->fileName); } catch (NotInListException $e) { + } catch (FileException $e) { } unset($this->maps[$uid]);