mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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;
|
||||
|
||||
/** @var int */
|
||||
public $entityUniqueId = 0;
|
||||
public $entityUniqueId;
|
||||
/** @var int */
|
||||
public $updateType = 0;
|
||||
public $updateType;
|
||||
|
||||
protected function decodePayload(){
|
||||
parent::decodePayload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user