mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
fix #990
This commit is contained in:
@ -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[] */
|
||||
|
Reference in New Issue
Block a user