mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
调整BinaryStream偏移,虽然能读写,但Player::sendTextPacket玩家收到不到信息
This commit is contained in:
parent
0718b084a0
commit
9a1aa55fd8
@ -12,7 +12,7 @@ class ReadOnlyBinaryStream {
|
|||||||
#define AFTER_EXTRA
|
#define AFTER_EXTRA
|
||||||
// Add Member There
|
// Add Member There
|
||||||
public:
|
public:
|
||||||
size_t readPointer{};
|
size_t readPointer{},unk{};
|
||||||
std::string ownBuf, *pBuf;
|
std::string ownBuf, *pBuf;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user