Skip to content

Commit

Permalink
lets change the channel name to be the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Jan 29, 2014
1 parent 7d46232 commit d8d7f94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ protected void decode(ChannelHandlerContext ctx, FMLProxyPacket msg, List<Object

// Method to call from FMLInitializationEvent
public void initalise() {
this.channels = NetworkRegistry.INSTANCE.newChannel("TUT", this);
this.channels = NetworkRegistry.INSTANCE.newChannel("TConstruct", this);
}

// Method to call from FMLPostInitializationEvent
Expand Down

0 comments on commit d8d7f94

Please sign in to comment.