diff --git a/src/API/ServerAPI.php b/src/API/ServerAPI.php index f47b87f2c..1e684b9cd 100644 --- a/src/API/ServerAPI.php +++ b/src/API/ServerAPI.php @@ -199,7 +199,7 @@ class ServerAPI{ "online" => count($this->server->clients), "max" => $this->server->maxClients, "plugins" => $plist, - ), 10); + ), 2); } public function __destruct(){