mapmanager exception

This commit is contained in:
kremsy 2015-01-12 13:22:51 +01:00
parent 6068ed1ec1
commit 2d942c58fe

View File

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