#927 Update code to recent changes in ConfigMe

This commit is contained in:
ljacqu
2016-08-31 22:19:27 +02:00
parent c7bb7b460e
commit 36dfab636a
7 changed files with 30 additions and 49 deletions
@@ -67,7 +67,7 @@ public class Initializer {
List<PropertyEntry> knownProperties = AuthMeSettingsRetriever.getAllPropertyFields();
if (FileUtils.copyFileFromResource(configFile, "config.yml")) {
return new Settings(authMe.getDataFolder(), knownProperties, resource, migrationService);
return new Settings(authMe.getDataFolder(), resource, migrationService, knownProperties);
}
throw new Exception("Could not copy config.yml from JAR to plugin folder");
}