Change TextFormat::WHITE to RESET in Server.php

This commit is contained in:
Johnmacrocraft 2017-11-18 00:12:47 +09:00 committed by Dylan K. Taylor
parent a91a4489d4
commit 8abad33048

View File

@ -1610,7 +1610,7 @@ class Server{
$this->logger->info($this->getLanguage()->translateString("pocketmine.server.info", [
$this->getName(),
($version->isDev() ? TextFormat::YELLOW : "") . $version->get(true) . TextFormat::WHITE,
($version->isDev() ? TextFormat::YELLOW : "") . $version->get(true) . TextFormat::RESET,
$this->getCodename(),
$this->getApiVersion()
]));