Rewrite only arrows and rods. Closes #270

This commit is contained in:
md_5 2013-04-20 09:46:23 +10:00
parent 5e2bcc2907
commit e540626a28

View File

@ -150,7 +150,7 @@ public class EntityMap
if ( packetId == 0x17 ) if ( packetId == 0x17 )
{ {
int type = packet[5] & 0xFF; int type = packet[5] & 0xFF;
if ( ( type >= 60 && type <= 62 ) || type == 90 ) if ( type == 60 || type == 90 )
{ {
if ( readInt( packet, 20 ) == oldId ) if ( readInt( packet, 20 ) == oldId )
{ {