mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
ScoreboardIdentityPacketEntry: added missing field default
This commit is contained in:
@ -27,6 +27,6 @@ class ScoreboardIdentityPacketEntry{
|
|||||||
/** @var int */
|
/** @var int */
|
||||||
public $scoreboardId;
|
public $scoreboardId;
|
||||||
/** @var int|null */
|
/** @var int|null */
|
||||||
public $entityUniqueId;
|
public $entityUniqueId = null;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user