mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Merge commit 'ab32784c7'
# Conflicts: # resources/vanilla
This commit is contained in:
@@ -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(NetworkBinaryStream $in) : void{
|
protected function decodePayload(NetworkBinaryStream $in) : void{
|
||||||
parent::decodePayload($in);
|
parent::decodePayload($in);
|
||||||
|
Reference in New Issue
Block a user