From 0f9fac1613ba67dd1993451ec0e20e6d56da23bc Mon Sep 17 00:00:00 2001 From: kremsy Date: Tue, 8 Jul 2014 22:19:29 +0200 Subject: [PATCH] debugtest --- application/plugins/TheM/QueuePlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/plugins/TheM/QueuePlugin.php b/application/plugins/TheM/QueuePlugin.php index 945f6d8f..f6df293b 100644 --- a/application/plugins/TheM/QueuePlugin.php +++ b/application/plugins/TheM/QueuePlugin.php @@ -376,6 +376,7 @@ class QueuePlugin implements CallbackListener, ManialinkPageAnswerListener, Time } } + $this->maniaControl->errorHandler->triggerDebugNotice("Smallest Team " . $smallestTeam . " Smallest Size " . $smallestSize . " Teamcount " . count($teams)); try { if ($smallestTeam) { $this->maniaControl->client->forcePlayerTeam($player->login, $smallestTeam);