fix build

This commit is contained in:
Dylan K. Taylor 2021-01-20 22:53:51 +00:00
parent 69a829db91
commit 2064b411f2
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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", [
TextFormat::AQUA . $this->username . TextFormat::WHITE,
$this->networkSession->getIp(),
$this->networkSession->getPort(),
$session->getIp(),
$session->getPort(),
$this->id,
$this->getWorld()->getDisplayName(),
round($this->location->x, 4),