diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-09-04 19:03:21 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-09-04 19:03:21 +0200 |
commit | da28c70def4be849925709b2c4d4857b6db1abb8 (patch) | |
tree | e334f02678b7efe7c0bdaaa5672b0ce8528dc340 /src/Protocol/Protocol17x.h | |
parent | Added more 1.8 protocol things. (diff) | |
download | cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.tar cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.tar.gz cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.tar.bz2 cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.tar.lz cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.tar.xz cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.tar.zst cuberite-da28c70def4be849925709b2c4d4857b6db1abb8.zip |
Diffstat (limited to 'src/Protocol/Protocol17x.h')
-rw-r--r-- | src/Protocol/Protocol17x.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h index be94c0d61..d715e1cec 100644 --- a/src/Protocol/Protocol17x.h +++ b/src/Protocol/Protocol17x.h @@ -146,7 +146,6 @@ protected: m_Lock(a_Protocol.m_CSPacket) { m_Out.WriteVarInt(a_PacketType); - LOG("Send packet %i", a_PacketType); } ~cPacketizer(); @@ -278,7 +277,7 @@ protected: void HandlePacketBlockDig (cByteBuffer & a_ByteBuffer); void HandlePacketBlockPlace (cByteBuffer & a_ByteBuffer); void HandlePacketChatMessage (cByteBuffer & a_ByteBuffer); - void HandlePacketClientSettings (cByteBuffer & a_ByteBuffer); + virtual void HandlePacketClientSettings (cByteBuffer & a_ByteBuffer); virtual void HandlePacketClientStatus (cByteBuffer & a_ByteBuffer); void HandlePacketCreativeInventoryAction(cByteBuffer & a_ByteBuffer); virtual void HandlePacketEntityAction (cByteBuffer & a_ByteBuffer); |