summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_CreativeInventoryAction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_CreativeInventoryAction.cpp')
-rw-r--r--source/packets/cPacket_CreativeInventoryAction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_CreativeInventoryAction.cpp b/source/packets/cPacket_CreativeInventoryAction.cpp
index 14d544877..af500e503 100644
--- a/source/packets/cPacket_CreativeInventoryAction.cpp
+++ b/source/packets/cPacket_CreativeInventoryAction.cpp
@@ -48,7 +48,7 @@ int cPacket_CreativeInventoryAction::Parse(const char * a_Data, int a_Size)
void cPacket_CreativeInventoryAction::Serialize(AString & a_Data) const
{
short ItemID = m_ItemID;
- assert(ItemID >= -1); // Check validity of packets in debug runtime
+ ASSERT(ItemID >= -1); // Check validity of packets in debug runtime
if (ItemID <= 0)
{
ItemID = -1;