mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Fixed TransactionData->actions default value, closes #2652
This commit is contained in:
parent
b9ce6537a8
commit
cc230034f9
@ -28,7 +28,7 @@ use function count;
|
|||||||
|
|
||||||
abstract class TransactionData{
|
abstract class TransactionData{
|
||||||
/** @var NetworkInventoryAction[] */
|
/** @var NetworkInventoryAction[] */
|
||||||
protected $actions;
|
protected $actions = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return NetworkInventoryAction[]
|
* @return NetworkInventoryAction[]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user