mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Fixed updater
This commit is contained in:
@ -124,9 +124,10 @@ class AutoUpdater{
|
||||
|
||||
if($currentVersion->compare($newVersion) > 0){
|
||||
$this->hasUpdate = true;
|
||||
}else{
|
||||
$this->hasUpdate = false;
|
||||
}
|
||||
|
||||
$this->hasUpdate = false;
|
||||
}
|
||||
|
||||
public function getChannel(){
|
||||
|
Reference in New Issue
Block a user