From 6f85c345be7e57ff6dafa266668776c0dfb18662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Mon, 1 Sep 2014 03:25:30 +0200 Subject: [PATCH] catch unknown login --- application/core/Players/PlayerList.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/core/Players/PlayerList.php b/application/core/Players/PlayerList.php index 6dda3512..7bef7663 100644 --- a/application/core/Players/PlayerList.php +++ b/application/core/Players/PlayerList.php @@ -644,6 +644,7 @@ class PlayerList implements ManialinkPageAnswerListener, CallbackListener, Timer $this->maniaControl->getClient()->forceSpectator($adminLogin, PlayerActions::SPECTATOR_BUT_KEEP_SELECTABLE); $this->maniaControl->getClient()->forceSpectatorTarget($adminLogin, $targetLogin, 1); } catch (PlayerStateException $e) { + } catch (UnknownPlayerException $e) { } break; case self::ACTION_OPEN_PLAYER_DETAILED: