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