Fixed Entity metadata sending, sheeps on fire

This commit is contained in:
Shoghi Cervantes
2013-06-07 20:32:38 +02:00
parent 9d1369bfe9
commit 129e099f88
3 changed files with 15 additions and 1 deletions

View File

@@ -603,6 +603,8 @@ class Entity extends Position{
"x" => $this->x,
"y" => $this->y,
"z" => $this->z,
"yaw" => 0,
"pitch" => 0,
"metadata" => $this->getMetadata(),
));
$player->dataPacket(MC_SET_ENTITY_MOTION, array(