diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-07-10 22:04:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 22:04:49 +0200 |
commit | e9265b1d0129e56b9b665019697055bd63229fde (patch) | |
tree | 611a2026e0e9ca9bb1de62170d79b9906d112e6f /src/Protocol/Protocol_1_8.cpp | |
parent | Item frame maps (#5258) (diff) | |
download | cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.gz cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.bz2 cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.lz cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.xz cuberite-e9265b1d0129e56b9b665019697055bd63229fde.tar.zst cuberite-e9265b1d0129e56b9b665019697055bd63229fde.zip |
Diffstat (limited to 'src/Protocol/Protocol_1_8.cpp')
-rw-r--r-- | src/Protocol/Protocol_1_8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol_1_8.cpp b/src/Protocol/Protocol_1_8.cpp index 205a899c1..02b76ccae 100644 --- a/src/Protocol/Protocol_1_8.cpp +++ b/src/Protocol/Protocol_1_8.cpp @@ -174,7 +174,7 @@ cProtocol_1_8_0::cProtocol_1_8_0(cClientHandle * a_Client, const AString & a_Ser -void cProtocol_1_8_0::DataReceived(cByteBuffer & a_Buffer, ContiguousByteBuffer && a_Data) +void cProtocol_1_8_0::DataReceived(cByteBuffer & a_Buffer, ContiguousByteBuffer & a_Data) { if (m_IsEncrypted) { |