mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
populate missing array value types in network namespace
This commit is contained in:
@ -32,7 +32,7 @@ class SetActorDataPacket extends DataPacket{
|
||||
|
||||
/** @var int */
|
||||
public $entityRuntimeId;
|
||||
/** @var array */
|
||||
/** @var mixed[][] */
|
||||
public $metadata;
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Reference in New Issue
Block a user