mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Github removed download source in ZIP :'(
This commit is contained in:
parent
bbc1df9b0f
commit
cfe6ce2bf2
@ -64,7 +64,7 @@ class ServerAPI extends stdClass{ //Yay! I can add anything to this class in run
|
|||||||
$last = $last->getTimestamp();
|
$last = $last->getTimestamp();
|
||||||
if($last >= $this->getProperty("last-update") and $this->getProperty("last-update") !== false){
|
if($last >= $this->getProperty("last-update") and $this->getProperty("last-update") !== false){
|
||||||
console("[NOTICE] Pocket-PHP-Minecraft has been updated at ".date("Y-m-d H:i:s", $last));
|
console("[NOTICE] Pocket-PHP-Minecraft has been updated at ".date("Y-m-d H:i:s", $last));
|
||||||
console("[NOTICE] If you want to update, download the latest version at https://github.com/shoghicp/Pocket-Minecraft-PHP/archive/master.zip");
|
console("[NOTICE] If you want to update, get the latest version at https://github.com/shoghicp/Pocket-Minecraft-PHP/");
|
||||||
console("[NOTICE] This message will dissapear when you issue the command \"/update-done\"");
|
console("[NOTICE] This message will dissapear when you issue the command \"/update-done\"");
|
||||||
sleep(5);
|
sleep(5);
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user