Skip to content

Commit

Permalink
Change worldInfo channel
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLittleKitty committed Feb 1, 2017
1 parent 5e723be commit 8aabc51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class WorldInfoListener
public WorldInfoListener(SnitchMaster snitchMaster)
{
this.snitchMaster = snitchMaster;
channel = NetworkRegistry.INSTANCE.newSimpleChannel("world_identifier");
channel = NetworkRegistry.INSTANCE.newSimpleChannel("world_name");
channel.registerMessage(WorldListener.class, WorldIDPacket.class, 0, Side.CLIENT);
}

Expand Down

0 comments on commit 8aabc51

Please sign in to comment.