mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-09 11:31:49 +00:00
BaseInventory: fixed incorrect & redundant default value for slots field
This commit is contained in:
parent
ea413d0882
commit
1a1e3ff63b
@ -47,7 +47,7 @@ abstract class BaseInventory implements Inventory{
|
|||||||
/** @var string */
|
/** @var string */
|
||||||
protected $title;
|
protected $title;
|
||||||
/** @var \SplFixedArray|Item[] */
|
/** @var \SplFixedArray|Item[] */
|
||||||
protected $slots = [];
|
protected $slots;
|
||||||
/** @var Player[] */
|
/** @var Player[] */
|
||||||
protected $viewers = [];
|
protected $viewers = [];
|
||||||
/** @var InventoryEventProcessor */
|
/** @var InventoryEventProcessor */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user