Updated the compile script

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-22 13:51:53 +01:00
parent 59763a35c7
commit 2a8c72dfc2
4 changed files with 13 additions and 23 deletions

View File

@@ -229,7 +229,7 @@ class ServerAPI{
"protocol" => CURRENT_PROTOCOL,
"online" => count($this->server->clients),
"max" => $this->server->maxClients,
));
), 10);
}
public function __destruct(){