diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index 0de5cf28d..bad3778a8 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1843,6 +1843,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{ $this->setHealth(20); $this->dead = false; $this->sendMetadata($this->getViewers()); + $this->sendMetadata($this); $this->sendSettings(); $this->inventory->sendContents($this);