This commit is contained in:
kremsy 2014-07-08 22:12:30 +02:00
parent e9af48245f
commit d574b90c2a

View File

@ -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])) {