mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Binary strict types (#969)
* Some Binary cleanup, type-hints and strict types yes, I know this is very crashy... that's good, because it highlights unexpected behaviour * added some default values
This commit is contained in:
@ -43,7 +43,7 @@ class MovePlayerPacket extends DataPacket{
|
||||
public $pitch;
|
||||
public $mode = self::MODE_NORMAL;
|
||||
public $onGround;
|
||||
public $ridingEid;
|
||||
public $ridingEid = 0;
|
||||
public $int1 = 0;
|
||||
public $int2 = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user