I MIGHT have copy/pasted this from starmall.

This commit is contained in:
CannibalVox 2015-03-12 11:12:51 -05:00
parent d210b9b91c
commit 6651559793

View file

@ -39,7 +39,7 @@ public class DimDoorsNetwork extends FMLIndexedMessageToMessageCodec<DimDoorsPac
INSTANCE.addDiscriminator(4, DeleteLinkPacket.class);
INSTANCE.addDiscriminator(5, UpdateLinkPacket.class);
channels.putAll(NetworkRegistry.INSTANCE.newChannel("ModysseyTeleporters", INSTANCE));
channels.putAll(NetworkRegistry.INSTANCE.newChannel("DimDoors", INSTANCE));
}
public void encodeInto(ChannelHandlerContext ctx, DimDoorsPacket msg, ByteBuf target) throws Exception {