Fix last commit

This commit is contained in:
Thinkofdeath 2013-12-08 18:04:20 +00:00
parent 4537055caa
commit 6093cde93f

View File

@ -90,7 +90,7 @@ public class EntityMap
DefinedPacket.readVarInt( packet );
int idLength = packet.readerIndex() - readerIndex - packetIdLength;
int type = packet.getByte( idLength );
int type = packet.getByte( packetIdLength + idLength );
if ( type == 60 || type == 90 )
{