mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Workaround for flight controls fail on teleport (TODO: fix this properly)
This commit is contained in:
@ -44,7 +44,7 @@ class MovePlayerPacket extends DataPacket{
|
||||
public $bodyYaw;
|
||||
public $pitch;
|
||||
public $mode = self::MODE_NORMAL;
|
||||
public $onGround;
|
||||
public $onGround = false; //TODO
|
||||
public $ridingEid = 0;
|
||||
public $int1 = 0;
|
||||
public $int2 = 0;
|
||||
|
Reference in New Issue
Block a user