From 9a1aa55fd8bd904b51ba6d23c17a9f1418e4b73d Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Mon, 10 Oct 2022 08:10:49 -0700 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4BinaryStream=E5=81=8F?= =?UTF-8?q?=E7=A7=BB,=E8=99=BD=E7=84=B6=E8=83=BD=E8=AF=BB=E5=86=99?= =?UTF-8?q?=EF=BC=8C=E4=BD=86Player::sendTextPacket=E7=8E=A9=E5=AE=B6?= =?UTF-8?q?=E6=94=B6=E5=88=B0=E4=B8=8D=E5=88=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp b/LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp index b4a7afe..9efaa83 100644 --- a/LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp +++ b/LiteLoader/Header/MC/ReadOnlyBinaryStream.hpp @@ -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: