mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fixed typo on updater
This commit is contained in:
parent
519922b550
commit
4db97a007c
@ -103,7 +103,7 @@ class AutoUpdater{
|
||||
$logger = $this->server->getLogger();
|
||||
$logger->info("----- PocketMine-MP Auto Updater -----");
|
||||
$logger->info("It appears you're running a Stable build, when you've specified that you prefer to run ".ucfirst($this->getChannel())." builds.");
|
||||
$logger->info("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'.");
|
||||
$logger->info("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'.");
|
||||
$logger->info("----- -------------------------- -----");
|
||||
}
|
||||
|
||||
@ -111,7 +111,7 @@ class AutoUpdater{
|
||||
$logger = $this->server->getLogger();
|
||||
$logger->info("----- PocketMine-MP Auto Updater -----");
|
||||
$logger->info("It appears you're running a Beta build, when you've specified that you prefer to run Stable builds.");
|
||||
$logger->info("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'.");
|
||||
$logger->info("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'.");
|
||||
$logger->info("----- -------------------------- -----");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user