mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
fix build
This commit is contained in:
parent
69a829db91
commit
2064b411f2
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user