diff --git a/core/Maps/MapManager.php b/core/Maps/MapManager.php index 777703b6..1eb2053e 100644 --- a/core/Maps/MapManager.php +++ b/core/Maps/MapManager.php @@ -439,7 +439,11 @@ class MapManager implements CallbackListener { } catch (AlreadyInListException $exception) { $this->maniaControl->getChat()->sendException($exception, $login); return; + } catch (InvalidMapException $exception) { + $this->maniaControl->getChat()->sendException($exception, $login); + return; } + $this->updateFullMapList(); // Update Mx MapInfo