mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
UpdateBlockSyncedPacket: fix field visibility
This commit is contained in:
parent
8c1c8f34cc
commit
e87e2d4e52
@ -31,9 +31,9 @@ class UpdateBlockSyncedPacket extends UpdateBlockPacket{
|
||||
public const NETWORK_ID = ProtocolInfo::UPDATE_BLOCK_SYNCED_PACKET;
|
||||
|
||||
/** @var int */
|
||||
protected $uvarint64_1 = 0;
|
||||
public $uvarint64_1 = 0;
|
||||
/** @var int */
|
||||
protected $uvarint64_2 = 0;
|
||||
public $uvarint64_2 = 0;
|
||||
|
||||
protected function decodePayload(){
|
||||
parent::decodePayload();
|
||||
|
Loading…
x
Reference in New Issue
Block a user