except
This commit is contained in:
parent
e9af48245f
commit
d574b90c2a
@ -381,7 +381,7 @@ class QueuePlugin implements CallbackListener, ManialinkPageAnswerListener, Time
|
||||
$this->maniaControl->client->forcePlayerTeam($player->login, $smallestTeam);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
$this->maniaControl->errorHandler->triggerDebugNotice("QueuePlugin line 383 Exception");
|
||||
$this->maniaControl->errorHandler->triggerDebugNotice("QueuePlugin line 383 Exception" . $e->getTraceAsString());
|
||||
}
|
||||
|
||||
if (isset($this->spectators[$player->login])) {
|
||||
|
Loading…
Reference in New Issue
Block a user