This commit is contained in:
kremsy 2014-04-30 00:19:36 +02:00 committed by Steffen Schröder
parent 01c254b5c0
commit 5c4c3149ed

View File

@ -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) {