mapmanager exception
This commit is contained in:
parent
6068ed1ec1
commit
2d942c58fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user