summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_BlockPlace.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_BlockPlace.h')
-rw-r--r--source/packets/cPacket_BlockPlace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_BlockPlace.h b/source/packets/cPacket_BlockPlace.h
index b8db56fd0..fa8aae585 100644
--- a/source/packets/cPacket_BlockPlace.h
+++ b/source/packets/cPacket_BlockPlace.h
@@ -21,7 +21,7 @@ public:
{ m_PacketID = E_BLOCK_PLACE; }
virtual cPacket* Clone() const { return new cPacket_BlockPlace(*this); }
- virtual int Parse(const char * a_Data, int a_Size) override;
+ virtual int Parse(cByteBuffer & a_Buffer) override;
int m_PosX; //tolua_export
unsigned char m_PosY; //tolua_export