mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Position: mark world field as nullable (equivalent to 39c607cbd5e134a47fa338628d54eea4e45d6bc3)
This commit is contained in:
parent
59793d4b68
commit
48e2473696
@ -28,7 +28,7 @@ use function assert;
|
|||||||
|
|
||||||
class Position extends Vector3{
|
class Position extends Vector3{
|
||||||
|
|
||||||
/** @var World */
|
/** @var World|null */
|
||||||
public $world = null;
|
public $world = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user