Send player metadata on respawn

This commit is contained in:
Shoghi Cervantes 2014-09-23 20:14:01 +02:00
parent 6b312a7826
commit 8c3fcf0798

View File

@ -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);