mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
Fixed #2511
This commit is contained in:
parent
9c28f0a5be
commit
53f2f21f2d
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user