mapmanager exception
This commit is contained in:
parent
6068ed1ec1
commit
2d942c58fe
@ -439,7 +439,11 @@ class MapManager implements CallbackListener {
|
|||||||
} catch (AlreadyInListException $exception) {
|
} catch (AlreadyInListException $exception) {
|
||||||
$this->maniaControl->getChat()->sendException($exception, $login);
|
$this->maniaControl->getChat()->sendException($exception, $login);
|
||||||
return;
|
return;
|
||||||
|
} catch (InvalidMapException $exception) {
|
||||||
|
$this->maniaControl->getChat()->sendException($exception, $login);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->updateFullMapList();
|
$this->updateFullMapList();
|
||||||
|
|
||||||
// Update Mx MapInfo
|
// Update Mx MapInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user