From 5c4c3149ed2f3d0fe39b071759cc0246a17701e8 Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 30 Apr 2014 00:19:36 +0200 Subject: [PATCH] fail --- application/core/ManiaControl.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/core/ManiaControl.php b/application/core/ManiaControl.php index 44e9ff98..618923ac 100644 --- a/application/core/ManiaControl.php +++ b/application/core/ManiaControl.php @@ -311,7 +311,6 @@ class ManiaControl implements CommandListener, TimerListener { // Connect to server $this->connect(); - - Commented for now, because of updates towards MP2 MCs // Check if the version of the server is high enough $version = $this->client->getVersion(); if($version->build < self::MIN_DEDIVERSION) {