mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
DataPacket: add missing field
this must have been missing for how many years now? thanks @shoghicp this is why we don't do releases on friday night... in my defence my device had the beta installed...
This commit is contained in:
parent
f1c071ce7f
commit
1a6db1c7ce
@ -25,6 +25,7 @@ namespace pocketmine\network\mcpe\protocol;
|
||||
|
||||
#include <rules/DataPacket.h>
|
||||
|
||||
use pocketmine\network\mcpe\CachedEncapsulatedPacket;
|
||||
use pocketmine\network\mcpe\NetworkBinaryStream;
|
||||
use pocketmine\network\mcpe\NetworkSession;
|
||||
use pocketmine\utils\Utils;
|
||||
@ -35,6 +36,8 @@ abstract class DataPacket extends NetworkBinaryStream{
|
||||
|
||||
/** @var bool */
|
||||
public $isEncoded = false;
|
||||
/** @var CachedEncapsulatedPacket */
|
||||
public $__encapsulatedPacket = null;
|
||||
|
||||
/** @var int */
|
||||
public $senderSubId = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user