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