From 77731f80fb89182e8697d9daad6c8400e480fb6d Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 1 Aug 2018 00:21:44 +0100 Subject: Initial support for 1.13 clients + Can look at *shape* of world + Can look at *shape* of inventory --- src/Protocol/Protocol_1_9.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Protocol/Protocol_1_9.h') diff --git a/src/Protocol/Protocol_1_9.h b/src/Protocol/Protocol_1_9.h index 99d65c77a..681035d80 100644 --- a/src/Protocol/Protocol_1_9.h +++ b/src/Protocol/Protocol_1_9.h @@ -248,7 +248,7 @@ protected: eHand HandIntToEnum(Int32 a_Hand); /** Writes the item data into a packet. */ - void WriteItem(cPacketizer & a_Pkt, const cItem & a_Item); + virtual void WriteItem(cPacketizer & a_Pkt, const cItem & a_Item); /** Writes the metadata for the specified entity, not including the terminating 0xff. */ virtual void WriteEntityMetadata(cPacketizer & a_Pkt, const cEntity & a_Entity); -- cgit v1.2.3