Fix last commit
This commit is contained in:
parent
4537055caa
commit
6093cde93f
@ -90,7 +90,7 @@ public class EntityMap
|
|||||||
DefinedPacket.readVarInt( packet );
|
DefinedPacket.readVarInt( packet );
|
||||||
int idLength = packet.readerIndex() - readerIndex - packetIdLength;
|
int idLength = packet.readerIndex() - readerIndex - packetIdLength;
|
||||||
|
|
||||||
int type = packet.getByte( idLength );
|
int type = packet.getByte( packetIdLength + idLength );
|
||||||
|
|
||||||
if ( type == 60 || type == 90 )
|
if ( type == 60 || type == 90 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user