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