mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-13 06:55:29 +00:00
UpdateBlockSyncedPacket: remove default values for fields
This commit is contained in:
parent
816234a379
commit
ab32784c74
@ -35,9 +35,9 @@ class UpdateBlockSyncedPacket extends UpdateBlockPacket{
|
|||||||
public const TYPE_DESTROY = 2;
|
public const TYPE_DESTROY = 2;
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $entityUniqueId = 0;
|
public $entityUniqueId;
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $updateType = 0;
|
public $updateType;
|
||||||
|
|
||||||
protected function decodePayload(){
|
protected function decodePayload(){
|
||||||
parent::decodePayload();
|
parent::decodePayload();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user