mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Merge commit 'ab32784c7'
# Conflicts: # resources/vanilla
This commit is contained in:
commit
1318cfbe29
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user