mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +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{
|
||||
|
||||
/** @var World */
|
||||
/** @var World|null */
|
||||
public $world = null;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user