summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_CreativeInventoryAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_CreativeInventoryAction.h')
-rw-r--r--source/packets/cPacket_CreativeInventoryAction.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/packets/cPacket_CreativeInventoryAction.h b/source/packets/cPacket_CreativeInventoryAction.h
index ae438a7a8..885478496 100644
--- a/source/packets/cPacket_CreativeInventoryAction.h
+++ b/source/packets/cPacket_CreativeInventoryAction.h
@@ -22,7 +22,6 @@ public:
virtual cPacket* Clone() const { return new cPacket_CreativeInventoryAction(*this); }
virtual int Parse(cByteBuffer & a_Buffer) override;
- virtual void Serialize(AString & a_Data) const override;
short m_SlotNum;
cItem m_ClickedItem;