Server: promote Patreon on startup

This commit is contained in:
Dylan K. Taylor 2019-10-01 14:22:07 +01:00
parent 8a6381c3fa
commit 4da06078ed
2 changed files with 2 additions and 1 deletions

View File

@ -2200,6 +2200,7 @@ class Server{
$this->logger->info($this->getLanguage()->translateString("pocketmine.server.defaultGameMode", [self::getGamemodeString($this->getGamemode())]));
$this->logger->info($this->getLanguage()->translateString("pocketmine.server.donate", [TextFormat::AQUA . "https://patreon.com/pocketminemp" . TextFormat::RESET]));
$this->logger->info($this->getLanguage()->translateString("pocketmine.server.startFinished", [round(microtime(true) - \pocketmine\START_TIME, 3)]));
$this->tickProcessor();

@ -1 +1 @@
Subproject commit 73ed1ab3e1f2a1644fe908b439f8cf8ed6c12ab5
Subproject commit 85343cfb7f7892bcb42ae7b7f594199cebca7d03