1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Finally... [javadocs]

This commit is contained in:
TheBusyBiscuit 2020-03-30 18:47:24 +02:00
parent 2c0f486b94
commit 107483d64f

View File

@ -144,9 +144,8 @@ public final class SlimefunPlugin extends JavaPlugin implements SlimefunAddon {
getLogger().log(Level.INFO, "Loading files...");
createDirectories();
getLogger().log(Level.INFO, "Loading config...");
// Setup config.yml
getLogger().log(Level.INFO, "Loading config...");
config = new Config(this);
registry.load(config);