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