fixed an exception

This commit is contained in:
kremsy
2017-03-16 18:20:30 +01:00
parent adc4753fe4
commit 6fea856b9c
2 changed files with 4 additions and 0 deletions

View File

@ -427,6 +427,9 @@ class MapManager implements CallbackListener, CommunicationListener {
return;
}
throw $e;
} catch(FileException $e){
$this->maniaControl->getChat()->sendError("Could not write file", $login);
return;
}
}