1
0

More fixes.

This commit is contained in:
Howaner
2014-09-08 20:12:43 +02:00
parent e740739d04
commit 76fa3a7ccd
3 changed files with 7 additions and 12 deletions

View File

@@ -2560,7 +2560,7 @@ void cProtocol172::cPacketizer::WriteItem(const cItem & a_Item)
if (a_Item.m_Enchantments.IsEmpty() && a_Item.IsBothNameAndLoreEmpty() && (a_Item.m_ItemType != E_ITEM_FIREWORK_ROCKET) && (a_Item.m_ItemType != E_ITEM_FIREWORK_STAR))
{
WriteChar(0);
WriteShort(-1);
return;
}