Skip to content

Commit

Permalink
load the file configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 24, 2024
1 parent 9102df5 commit 52a328a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void run() {
failed.add("<red>⤷ " + crateName);
}

final CustomFile customFile = new CustomFile(crateName, crateFile);
final CustomFile customFile = new CustomFile(crateName, crateFile).load();

final YamlConfiguration configuration = customFile.getConfiguration();

Expand Down

0 comments on commit 52a328a

Please sign in to comment.