exception fix
This commit is contained in:
		@@ -106,6 +106,9 @@ class PlayerActions {
 | 
				
			|||||||
		} catch (ServerOptionsException $exception) {
 | 
							} catch (ServerOptionsException $exception) {
 | 
				
			||||||
			$this->forcePlayerToPlay($adminLogin, $targetLogin);
 | 
								$this->forcePlayerToPlay($adminLogin, $targetLogin);
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
 | 
							} catch (UnknownPlayerException $exception) {
 | 
				
			||||||
 | 
								$this->maniaControl->getChat()->sendException($exception, $admin);
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
		} catch (GameModeException $exception) {
 | 
							} catch (GameModeException $exception) {
 | 
				
			||||||
			$this->maniaControl->getChat()->sendException($exception, $admin);
 | 
								$this->maniaControl->getChat()->sendException($exception, $admin);
 | 
				
			||||||
			return;
 | 
								return;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user