From 50186579737c12f11bea815d5fb8db732c6ff3c6 Mon Sep 17 00:00:00 2001 From: tycho Date: Sun, 27 Sep 2015 15:18:31 +0100 Subject: Broken3 --- src/Protocol/Protocol18x.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Protocol/Protocol18x.h') diff --git a/src/Protocol/Protocol18x.h b/src/Protocol/Protocol18x.h index 97169ec90..51d591e68 100644 --- a/src/Protocol/Protocol18x.h +++ b/src/Protocol/Protocol18x.h @@ -55,7 +55,7 @@ class cProtocol180 : public: - cProtocol180(cClientHandle * a_Client, const AString & a_ServerAddress, UInt16 a_ServerPort, UInt32 a_State); + cProtocol180(const AString a_LogID); /** Sending stuff to clients (alphabetically sorted): */ virtual void SendAttachEntity (const cEntity & a_Entity, const cEntity * a_Vehicle) override; @@ -257,6 +257,8 @@ protected: /** Writes the block entity data for the specified block entity into the packet. */ void WriteBlockEntity(cPacketizer & a_Pkt, const cBlockEntity & a_BlockEntity); + + virtual cProtocolError OnDataAddedToBuffer(cByteBuffer & a_ByteBuffer, std::vector> & a_Actions) override WARN_UNUSED; } ; -- cgit v1.2.3