UpdateBlockSyncedPacket: remove default values for fields

This commit is contained in:
Dylan K. Taylor 2020-05-20 13:58:36 +01:00
parent 816234a379
commit ab32784c74

View File

@ -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();