diff --git a/src/API/ServerAPI.php b/src/API/ServerAPI.php index 3e9c03e8d..9f23a610d 100644 --- a/src/API/ServerAPI.php +++ b/src/API/ServerAPI.php @@ -194,6 +194,7 @@ class ServerAPI{ } Utils::curl_post("http://stats.pocketmine.net/usage.php", array( "serverid" => $this->server->serverID, + "port" => $this->server->port, "os" => Utils::getOS(), "memory_total" => $this->getProperty("memory-limit"), "memory_usage" => memory_get_usage(true),