mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 04:00:29 +00:00
Removed a var_dump()
This commit is contained in:
@@ -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)."]");
|
||||||
|
Reference in New Issue
Block a user