Removed info

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-07 11:06:39 +01:00
parent 19aa4bd527
commit 47e80151e6

View File

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