mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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");
|
||||
}else{
|
||||
$info = $info[0];
|
||||
var_dump($info);
|
||||
if($info["name"] != MAJOR_VERSION){
|
||||
console("[NOTICE] A new STABLE version of PocketMine-MP has been released");
|
||||
console("[NOTICE] Version \"".$info["name"]."\" [".substr($info["commit"]["sha"], 0, 10)."]");
|
||||
|
Loading…
x
Reference in New Issue
Block a user