From a54bf3dd19778a53edac0ace6b2be07cefaebec6 Mon Sep 17 00:00:00 2001 From: kremsy Date: Sun, 20 Apr 2014 18:44:12 +0200 Subject: [PATCH] temp try fix crash --- application/plugins/QueuePlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/plugins/QueuePlugin.php b/application/plugins/QueuePlugin.php index 0607b5d9..a681b707 100644 --- a/application/plugins/QueuePlugin.php +++ b/application/plugins/QueuePlugin.php @@ -416,10 +416,10 @@ class QueuePlugin implements CallbackListener, CommandListener, ManialinkPageAns * @param Player $player */ private function showJoinQueueWidget(Player $player) { - if($this->maniaControl->client->getServerPassword() != false && $this->maniaControl->settingManager->getSetting($this, self::QUEUE_ACTIVE_ON_PASS) == false) { + /*if($this->maniaControl->client->getServerPassword() != false && $this->maniaControl->settingManager->getSetting($this, self::QUEUE_ACTIVE_ON_PASS) == false) { $this->hideQueueWidget($player); return; - } + }*/ $maniaLink = new ManiaLink(self::ML_ID);