Remove extra syncConfig()

How did that even get there?
This commit is contained in:
Nick 2014-11-11 13:39:54 -08:00
parent 526186b1ce
commit d488dbc887

View file

@ -498,7 +498,6 @@ public class AlchemicalWizardryEventHooks
if (event.modID.equals("AWWayofTime")) {
BloodMagicConfiguration.syncConfig();
AlchemicalWizardry.logger.info("Refreshing configuration file.");
BloodMagicConfiguration.syncConfig();
}
}