Crash Enhancement Tweak!

This commit is contained in:
AlgorithmX2
2014-05-12 21:15:31 -05:00
parent c72b272da9
commit b2d240b6cc
2 changed files with 17 additions and 10 deletions
+2 -2
View File
@@ -80,8 +80,7 @@ public class AppEng
IMCHandlers.put( "add-p2p-attunement-" + type.name().replace( '_', '-' ).toLowerCase(), new IMCP2PAttunement() );
}
for (CrashInfo ci : CrashInfo.values())
FMLCommonHandler.instance().registerCrashCallable( new CrashEnhancement( ci ) );
FMLCommonHandler.instance().registerCrashCallable( new CrashEnhancement( CrashInfo.MOD_VERSION ) );
}
public boolean isIntegrationEnabled(String Name)
@@ -157,6 +156,7 @@ public class AppEng
Registration.instance.PostInit( event );
IntegrationRegistry.instance.postinit();
FMLCommonHandler.instance().registerCrashCallable( new CrashEnhancement( CrashInfo.INTEGRATION ) );
CommonHelper.proxy.postinit();
AEConfig.instance.save();