Merge pull request #154 from TehNut/patch-1

Remove extra syncConfig()
This commit is contained in:
WayofTime 2014-11-11 18:33:06 -05:00
commit 69abce8f85

View file

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