Skip to content

Commit

Permalink
plugin integration to load after config
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdemons committed Dec 20, 2019
1 parent 2c035a4 commit 6946b56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,12 @@ public void onEnable() {
this.getServer().getPluginManager().disablePlugin(this);
return;
}
CompatiblePlugins.init(this);

configFile = getConfig();
configFile.options().copyDefaults(true);
saveDefaultConfig();

CompatiblePlugins.init(this);

initUpdater();

Expand Down

0 comments on commit 6946b56

Please sign in to comment.