NBT updates and tile spawns fixed

This commit is contained in:
Dylan K. Taylor
2016-10-04 18:45:03 +01:00
parent 8f9574dec5
commit ff40c0a070
20 changed files with 130 additions and 97 deletions

View File

@ -40,7 +40,7 @@ abstract class Spawnable extends Tile{
$pk->x = $this->x;
$pk->y = $this->y;
$pk->z = $this->z;
$pk->namedtag = $nbt->write();
$pk->namedtag = $nbt->write(true);
$player->dataPacket($pk);
return true;