Fully Disabling late phase config

This commit is contained in:
tgame14 2014-04-09 22:36:31 +03:00
parent 03551e21a0
commit 9b3c87bbb6

View file

@ -137,15 +137,15 @@ public class ResonantInduction
proxy.postInit(); proxy.postInit();
Settings.CONFIGURATION.save(); Settings.CONFIGURATION.save();
} }
//
@ForgeSubscribe // @ForgeSubscribe
public void configAnnotationAdded(ConfigAnnotationEvent event) // public void configAnnotationAdded(ConfigAnnotationEvent event)
{ // {
if (event.sourceClass.getName().startsWith("resonantinduction")) // if (event.sourceClass.startsWith("resonantinduction"))
{ // {
ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION); // ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION);
} // }
} // }
/** /**
* Recipe Types * Recipe Types