mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
UpdateChecker: be less wordy
This commit is contained in:
parent
950dadab0c
commit
e113981750
@ -102,15 +102,15 @@ class UpdateChecker{
|
|||||||
|
|
||||||
protected function showChannelSuggestionStable() : void{
|
protected function showChannelSuggestionStable() : void{
|
||||||
$this->printConsoleMessage([
|
$this->printConsoleMessage([
|
||||||
"It appears you're running a Stable build, when you've specified that you prefer to run " . ucfirst($this->getChannel()) . " builds.",
|
"You're running a Stable build, but you're receiving update notifications for " . ucfirst($this->getChannel()) . " builds.",
|
||||||
"If you would like to be kept informed about new Stable builds only, it is recommended that you change 'preferred-channel' in your pocketmine.yml to 'stable'."
|
"To get notified about new Stable builds only, change 'preferred-channel' in your pocketmine.yml to 'stable'."
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function showChannelSuggestionBeta() : void{
|
protected function showChannelSuggestionBeta() : void{
|
||||||
$this->printConsoleMessage([
|
$this->printConsoleMessage([
|
||||||
"It appears you're running a Beta build, when you've specified that you prefer to run Stable builds.",
|
"You're running a Beta build, but you're receiving update notifications for Stable builds.",
|
||||||
"If you would like to be kept informed about new Beta or Development builds, it is recommended that you change 'preferred-channel' in your pocketmine.yml to 'beta' or 'development'."
|
"To get notified about new Beta or Development builds, change 'preferred-channel' in your pocketmine.yml to 'beta' or 'development'."
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user