Found some missing data flags and proper fix for ladders

This commit is contained in:
Dylan K. Taylor
2017-04-20 19:42:00 +01:00
parent a0ba8f0098
commit 3f1790bcb8
2 changed files with 24 additions and 27 deletions

View File

@ -1866,6 +1866,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
$this->sendAttributes(true);
$this->setNameTagVisible(true);
$this->setNameTagAlwaysVisible(true);
$this->setCanClimb(true);
$this->server->getLogger()->info($this->getServer()->getLanguage()->translateString("pocketmine.player.logIn", [
TextFormat::AQUA . $this->username . TextFormat::WHITE,