Skip to content

Commit

Permalink
Don't always load IE integration
Browse files Browse the repository at this point in the history
  • Loading branch information
planetguy32 committed Aug 10, 2015
1 parent 0569890 commit cca8c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static void Establish() {
EventManager.registerEventHandler(new CarpentersBlocks());
}

if(true) { //for debugging - I've had to change IE's modID Loader.isModLoaded("ImmersiveEngineering")) {
if(Loader.isModLoaded("ImmersiveEngineering")) {
EventManager.registerEventHandler(new ImmersiveEngineering());
}

Expand Down

0 comments on commit cca8c34

Please sign in to comment.