mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Fixes indexes
This commit is contained in:
parent
129e099f88
commit
4f3700f13a
@ -566,6 +566,10 @@ class Entity extends Position{
|
|||||||
"x" => $this->x,
|
"x" => $this->x,
|
||||||
"y" => $this->y,
|
"y" => $this->y,
|
||||||
"z" => $this->z,
|
"z" => $this->z,
|
||||||
|
"yaw" => 0,
|
||||||
|
"pitch" => 0,
|
||||||
|
"unknown1" => 0,
|
||||||
|
"unknown2" => 0,
|
||||||
"metadata" => $this->getMetadata(),
|
"metadata" => $this->getMetadata(),
|
||||||
));
|
));
|
||||||
$player->dataPacket(MC_PLAYER_EQUIPMENT, array(
|
$player->dataPacket(MC_PLAYER_EQUIPMENT, array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user