Fix trying to use IC2 EnergyNet without IC2 installed. It would never work anyway.
This commit is contained in:
parent
1d61c3d4e8
commit
c97464649d
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ public final class MekanismUtils
|
|||
*/
|
||||
public static boolean useIC2()
|
||||
{
|
||||
return Mekanism.hooks.IC2APILoaded;
|
||||
return Mekanism.hooks.IC2Loaded;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue