diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 6239b268c..5020eaef6 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1913,9 +1913,9 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ $this->level->sendTime($this); $this->sendAttributes(true); - $this->setNameTagVisible(true); - $this->setNameTagAlwaysVisible(true); - $this->setCanClimb(true); + $this->setNameTagVisible(); + $this->setNameTagAlwaysVisible(); + $this->setCanClimb(); $this->server->getLogger()->info($this->getServer()->getLanguage()->translateString("pocketmine.player.logIn", [ TextFormat::AQUA . $this->username . TextFormat::WHITE,