diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 9936adbf..e7505680 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -304,7 +304,7 @@ class ManiaControl implements CommandListener { $this->callbackManager->manageCallbacks(); } catch(Exception $e) { - if ($e->getMessage() == 'Connection interupted') { + if ($e->getMessage() == 'Connection interupted' || $e->getMessage() == 'transport error - connection interrupted!') { $this->quit($e->getMessage()); return; }