From 60274bfd997ea043e2e4cfe18d463892e610dae0 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 26 Jun 2015 17:18:08 +0200 Subject: [PATCH] cleanup --- core/Communication/CommunicationManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Communication/CommunicationManager.php b/core/Communication/CommunicationManager.php index 80c06458..8d377c1a 100644 --- a/core/Communication/CommunicationManager.php +++ b/core/Communication/CommunicationManager.php @@ -242,7 +242,6 @@ class CommunicationManager implements CallbackListener { $this->socket = new Server($this->loop); $this->socket->on('error', function ($e) { - $this->maniaControl->chat->sendChat($e); Logger::log("[CommunicationManager] Socket Error" . $e); });