From 47e80151e6d89b4d5131f25584bf51c220ff3fb8 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Mon, 7 Jan 2013 11:06:39 +0100 Subject: [PATCH] Removed info --- src/classes/PocketMinecraftServer.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/classes/PocketMinecraftServer.class.php b/src/classes/PocketMinecraftServer.class.php index da3e484d4..bc942b6f0 100644 --- a/src/classes/PocketMinecraftServer.class.php +++ b/src/classes/PocketMinecraftServer.class.php @@ -76,7 +76,6 @@ class PocketMinecraftServer extends stdClass{ console("[INFO] Server Name: ".$this->name); console("[INFO] Server GUID: ".$this->serverID); console("[INFO] Protocol Version: ".CURRENT_PROTOCOL); - console("[INFO] Max Clients: ".$this->maxClients); $this->stop = false; }