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; }