mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 20:07:09 +00:00
InventoryManagerEntry: fixed missing default
This commit is contained in:
parent
3d70a169e1
commit
a83fc85f1e
@ -31,7 +31,7 @@ final class InventoryManagerEntry{
|
|||||||
* @var ItemStack[]
|
* @var ItemStack[]
|
||||||
* @phpstan-var array<int, ItemStack>
|
* @phpstan-var array<int, ItemStack>
|
||||||
*/
|
*/
|
||||||
public array $predictions;
|
public array $predictions = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ItemStackInfo[]
|
* @var ItemStackInfo[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user