Skip to content

Commit

Permalink
temp fix for HexagonMC#148
Browse files Browse the repository at this point in the history
  • Loading branch information
phit committed May 18, 2017
1 parent 6e70b90 commit 2d1ad7d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@ public void rewriteClientbound(ByteBuf packet, int oldId, int newId)
rewriteInt( packet, oldId, newId, packet.readerIndex() );
}
break;
case 0x39 /* EntityMetadata : PacketPlayOutEntityMetadata */:
DefinedPacket.readVarInt( packet ); // Entity ID
rewriteMetaVarInt( packet, oldId, newId, 7 ); // fireworks (et al)
break;
}
packet.readerIndex( readerIndex );
}
Expand Down

0 comments on commit 2d1ad7d

Please sign in to comment.