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