diff options
author | madmaxoft <github@xoft.cz> | 2014-09-30 20:27:20 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-09-30 20:27:20 +0200 |
commit | e74510bddf41ab4f92e9255ea0be2786ef1e621b (patch) | |
tree | fe26b145b976b6ec0f89f0fed69038446ab31b31 /src | |
parent | Rewritten plugin messages, vanilla are being parsed directly. (diff) | |
download | cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.tar cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.tar.gz cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.tar.bz2 cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.tar.lz cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.tar.xz cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.tar.zst cuberite-e74510bddf41ab4f92e9255ea0be2786ef1e621b.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Protocol/Protocol17x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.cpp b/src/Protocol/Protocol17x.cpp index 07338f395..a7abd240f 100644 --- a/src/Protocol/Protocol17x.cpp +++ b/src/Protocol/Protocol17x.cpp @@ -2237,7 +2237,7 @@ void cProtocol172::HandleVanillaPluginMessage(cByteBuffer & a_ByteBuffer, const { if (a_Channel == "MC|AdvCdm") { - HANDLE_READ(a_ByteBuffer, ReadByte, Byte, Mode) + HANDLE_READ(a_ByteBuffer, ReadByte, Byte, Mode); switch (Mode) { case 0x00: |