mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +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{
|
||||
/** @var NetworkInventoryAction[] */
|
||||
protected $actions;
|
||||
protected $actions = [];
|
||||
|
||||
/**
|
||||
* @return NetworkInventoryAction[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user