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

@@ -1908,6 +1908,11 @@ void cProtocol180::HandlePacketBlockPlace(cByteBuffer & a_ByteBuffer)
}
HANDLE_READ(a_ByteBuffer, ReadByte, Byte, Face);
if (Face == 255)
{
Face = 0;
}
cItem Item;
ReadItem(a_ByteBuffer, Item);