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