mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 17:29:44 +00:00
fix #990
This commit is contained in:
parent
902957cb53
commit
5baf59ca56
@ -35,9 +35,9 @@ class AddEntityPacket extends DataPacket{
|
|||||||
public $x;
|
public $x;
|
||||||
public $y;
|
public $y;
|
||||||
public $z;
|
public $z;
|
||||||
public $speedX;
|
public $speedX = 0.0;
|
||||||
public $speedY;
|
public $speedY = 0.0;
|
||||||
public $speedZ;
|
public $speedZ = 0.0;
|
||||||
public $yaw = 0.0;
|
public $yaw = 0.0;
|
||||||
public $pitch = 0.0;
|
public $pitch = 0.0;
|
||||||
/** @var Attribute[] */
|
/** @var Attribute[] */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user