From a57b5fafe8b8039673a23c8daa49cb237adbbb4b Mon Sep 17 00:00:00 2001 From: tgame14 Date: Sun, 11 May 2014 18:03:38 +0300 Subject: [PATCH] removed unneeded event listener --- .../scala/resonantinduction/core/ResonantInduction.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main/scala/resonantinduction/core/ResonantInduction.java b/src/main/scala/resonantinduction/core/ResonantInduction.java index 516c5f9a9..c62ca37ac 100644 --- a/src/main/scala/resonantinduction/core/ResonantInduction.java +++ b/src/main/scala/resonantinduction/core/ResonantInduction.java @@ -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 */