From 9efcd5b82f80445aa6bdb046564b4bc0bd9f94ff Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 29 Jul 2013 21:42:05 +0200 Subject: Added the "Edit Sign" packet sent to the client placing a sign. Fixes issue #20. The 1.6.2 client wouldn't open the sign editor UI unless it receives a special packet --- source/ClientHandle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/ClientHandle.h') diff --git a/source/ClientHandle.h b/source/ClientHandle.h index 9cf1a3326..0f1daa72c 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -97,6 +97,7 @@ public: void SendCollectPickup (const cPickup & a_Pickup, const cPlayer & a_Player); void SendDestroyEntity (const cEntity & a_Entity); void SendDisconnect (const AString & a_Reason); + void SendEditSign (int a_BlockX, int a_BlockY, int a_BlockZ); void SendEntityEquipment (const cEntity & a_Entity, short a_SlotNum, const cItem & a_Item); void SendEntityHeadLook (const cEntity & a_Entity); void SendEntityLook (const cEntity & a_Entity); -- cgit v1.2.3