catch unknown login

This commit is contained in:
Steffen Schröder 2014-09-01 03:25:30 +02:00
parent 769015c8d8
commit 6f85c345be

View File

@ -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: