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