catch file exceptions like "map unknown"
This commit is contained in:
		@@ -330,6 +330,9 @@ class MapManager implements CallbackListener {
 | 
			
		||||
		} catch (InvalidMapException $exception) {
 | 
			
		||||
			$this->maniaControl->chat->sendException($exception, $login);
 | 
			
		||||
			return;
 | 
			
		||||
		} catch (FileException $exception) {
 | 
			
		||||
			$this->maniaControl->chat->sendException($exception, $login);
 | 
			
		||||
			return;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		// Add map to map list
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user