mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
Removed a var_dump()
This commit is contained in:
parent
22d7f856d8
commit
be78530175
@ -124,7 +124,6 @@ class ServerAPI extends stdClass{ //Yay! I can add anything to this class in run
|
|||||||
console("[ERROR] GitHub API Error");
|
console("[ERROR] GitHub API Error");
|
||||||
}else{
|
}else{
|
||||||
$info = $info[0];
|
$info = $info[0];
|
||||||
var_dump($info);
|
|
||||||
if($info["name"] != MAJOR_VERSION){
|
if($info["name"] != MAJOR_VERSION){
|
||||||
console("[NOTICE] A new STABLE version of PocketMine-MP has been released");
|
console("[NOTICE] A new STABLE version of PocketMine-MP has been released");
|
||||||
console("[NOTICE] Version \"".$info["name"]."\" [".substr($info["commit"]["sha"], 0, 10)."]");
|
console("[NOTICE] Version \"".$info["name"]."\" [".substr($info["commit"]["sha"], 0, 10)."]");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user