mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
updater: log a message when an update was found, but it's an older version
This commit is contained in:
parent
264cff70ec
commit
f48cf68cac
@ -192,6 +192,8 @@ class AutoUpdater{
|
|||||||
|
|
||||||
if($currentVersion->compare($newVersion) > 0 and ($currentVersion->getFullVersion() !== $newVersion->getFullVersion() or $currentVersion->getBuild() > 0)){
|
if($currentVersion->compare($newVersion) > 0 and ($currentVersion->getFullVersion() !== $newVersion->getFullVersion() or $currentVersion->getBuild() > 0)){
|
||||||
$this->newVersion = $newVersion;
|
$this->newVersion = $newVersion;
|
||||||
|
}else{
|
||||||
|
$this->server->getLogger()->debug("[AutoUpdater] API reported version is an older version or the same version (" . $newVersion->getFullVersion() . "), not showing notification");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user