removed unneeded event listener
This commit is contained in:
parent
9e8ae6ade3
commit
a57b5fafe8
1 changed files with 0 additions and 9 deletions
|
@ -138,15 +138,6 @@ public class ResonantInduction
|
|||
Settings.CONFIGURATION.save();
|
||||
}
|
||||
|
||||
@ForgeSubscribe
|
||||
public void configAnnotationAdded(ConfigAnnotationEvent event)
|
||||
{
|
||||
if (event.sourceClass.getName().startsWith(Settings.DOMAIN))
|
||||
{
|
||||
ConfigHandler.handleClass(event.sourceClass, Settings.CONFIGURATION);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Recipe Types
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue