diff --git a/core/Players/PlayerActions.php b/core/Players/PlayerActions.php index f0300061..cc941627 100644 --- a/core/Players/PlayerActions.php +++ b/core/Players/PlayerActions.php @@ -106,6 +106,9 @@ class PlayerActions { } catch (ServerOptionsException $exception) { $this->forcePlayerToPlay($adminLogin, $targetLogin); return; + } catch (UnknownPlayerException $exception) { + $this->maniaControl->getChat()->sendException($exception, $admin); + return; } catch (GameModeException $exception) { $this->maniaControl->getChat()->sendException($exception, $admin); return;