fix build

This commit is contained in:
Dylan K. Taylor
2021-01-20 22:53:51 +00:00
parent 69a829db91
commit 2064b411f2

View File

@ -317,8 +317,8 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
$this->server->getLogger()->info($this->getServer()->getLanguage()->translateString("pocketmine.player.logIn", [ $this->server->getLogger()->info($this->getServer()->getLanguage()->translateString("pocketmine.player.logIn", [
TextFormat::AQUA . $this->username . TextFormat::WHITE, TextFormat::AQUA . $this->username . TextFormat::WHITE,
$this->networkSession->getIp(), $session->getIp(),
$this->networkSession->getPort(), $session->getPort(),
$this->id, $this->id,
$this->getWorld()->getDisplayName(), $this->getWorld()->getDisplayName(),
round($this->location->x, 4), round($this->location->x, 4),