catch unknown map
This commit is contained in:
parent
6f85c345be
commit
f43aa884d5
@ -274,6 +274,7 @@ class MapManager implements CallbackListener {
|
|||||||
try {
|
try {
|
||||||
$this->maniaControl->getClient()->removeMap($map->fileName);
|
$this->maniaControl->getClient()->removeMap($map->fileName);
|
||||||
} catch (NotInListException $e) {
|
} catch (NotInListException $e) {
|
||||||
|
} catch (FileException $e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
unset($this->maps[$uid]);
|
unset($this->maps[$uid]);
|
||||||
|
Loading…
Reference in New Issue
Block a user