mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
fix build
This commit is contained in:
@ -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),
|
||||||
|
Reference in New Issue
Block a user