Ticks per Second info

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-17 19:50:55 +01:00
parent 745c300840
commit f42f2d5e82
4 changed files with 24 additions and 7 deletions

View File

@ -66,7 +66,7 @@ class ServerAPI extends stdClass{ //Yay! I can add anything to this class in run
console("[NOTICE] Pocket-PHP-Minecraft has been updated at ".date("Y-m-d H:i:s", $last));
console("[NOTICE] If you want to update, get the latest version at https://github.com/shoghicp/Pocket-Minecraft-PHP/archive/master.zip");
console("[NOTICE] This message will dissapear when you issue the command \"/update-done\"");
sleep(5);
sleep(3);
}else{
$last = time();
$this->setProperty("last-update", $last);