mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
ScoreboardIdentityPacketEntry: added missing field default
This commit is contained in:
parent
130c55d9f1
commit
57a310230a
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user