fix build error

This commit is contained in:
Dylan K. Taylor 2021-08-03 15:32:21 +01:00
parent 565cf84e1b
commit c567ed4b7a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -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;