mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed #2511
This commit is contained in:
@@ -49,7 +49,7 @@ class AutoUpdater{
|
|||||||
$version = new VersionString();
|
$version = new VersionString();
|
||||||
if(!$version->isDev() and $this->getChannel() !== "stable"){
|
if(!$version->isDev() and $this->getChannel() !== "stable"){
|
||||||
$this->showChannelSuggestionStable();
|
$this->showChannelSuggestionStable();
|
||||||
}elseif($this->getChannel() === "stable"){
|
}elseif($version->isDev() and $this->getChannel() === "stable"){
|
||||||
$this->showChannelSuggestionBeta();
|
$this->showChannelSuggestionBeta();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user