Fix trying to use IC2 EnergyNet without IC2 installed. It would never work anyway.

This commit is contained in:
Ben Spiers 2014-07-28 17:20:31 +01:00
parent 1d61c3d4e8
commit c97464649d

View file

@ -1196,7 +1196,7 @@ public final class MekanismUtils
*/
public static boolean useIC2()
{
return Mekanism.hooks.IC2APILoaded;
return Mekanism.hooks.IC2Loaded;
}
/**