Skip to content

Commit

Permalink
Update for the FMLEmbeddedChannel change.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Dec 31, 2013
1 parent 2f13622 commit b31fbe5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import java.util.EnumMap;

import net.minecraftforge.common.ForgeModContainer;
import cpw.mods.fml.common.network.FMLEmbeddedChannel;
import cpw.mods.fml.common.network.FMLOutboundHandler;
import cpw.mods.fml.common.network.FMLOutboundHandler.OutboundTarget;
import cpw.mods.fml.common.network.NetworkRegistry;
Expand All @@ -15,7 +16,7 @@

public class ForgeNetworkHandler
{
private static EnumMap<Side, EmbeddedChannel> channelPair;
private static EnumMap<Side, FMLEmbeddedChannel> channelPair;

public static void registerChannel(ForgeModContainer forgeModContainer, Side side)
{
Expand Down

0 comments on commit b31fbe5

Please sign in to comment.