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();