1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-12 21:05:12 +00:00

Server: remove useless constructor assignment

This commit is contained in:
Dylan K. Taylor 2019-06-12 19:47:51 +01:00
parent 8afea36919
commit 31f0576725

@ -1309,8 +1309,6 @@ class Server{
$this->properties->save();
}
$this->tickCounter = 0;
$this->logger->info($this->getLanguage()->translateString("pocketmine.server.defaultGameMode", [$this->getGamemode()->getTranslationKey()]));
$this->logger->info($this->getLanguage()->translateString("pocketmine.server.startFinished", [round(microtime(true) - \pocketmine\START_TIME, 3)]));