diff --git a/src/BlockHorizons/BlockPets/pets/BasePet.php b/src/BlockHorizons/BlockPets/pets/BasePet.php index 48a7c8b..86295e1 100644 --- a/src/BlockHorizons/BlockPets/pets/BasePet.php +++ b/src/BlockHorizons/BlockPets/pets/BasePet.php @@ -316,6 +316,7 @@ protected function sendSpawnPacket(Player $player): void { $this->location->pitch, $this->location->yaw, $this->location->yaw, + $this->location->yaw, array_map(static function(Attribute $attr): NetworkAttribute { return new NetworkAttribute($attr->getId(), $attr->getMinValue(), $attr->getMaxValue(), $attr->getValue(), $attr->getDefaultValue()); }, $this->attributeMap->getAll()),