调整BinaryStream偏移,虽然能读写,但Player::sendTextPacket玩家收到不到信息

This commit is contained in:
Qiuzhizhe 2022-10-10 08:10:49 -07:00
parent 0718b084a0
commit 9a1aa55fd8

View File

@ -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: