mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
fix build error
This commit is contained in:
parent
565cf84e1b
commit
c567ed4b7a
@ -202,7 +202,8 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
|
||||
protected ?float $lastMovementProcess = null;
|
||||
|
||||
protected int $inAirTicks = 0;
|
||||
protected float $stepHeight = 0.6;
|
||||
/** @var float */
|
||||
protected $stepHeight = 0.6;
|
||||
|
||||
protected ?Vector3 $sleeping = null;
|
||||
private ?Position $spawnPosition = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user