Skip to content

Commit

Permalink
update getFiles method
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 5, 2024
1 parent 5fda611 commit 7c92f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public void reload() {
*/
@Override
public @NotNull final List<String> getCrateFiles() {
return FileUtil.getFiles(getCrateFolder(), ".yml");
return FileUtil.getFiles(getCrateFolder(), ".yml", false);
}

/**
Expand Down

0 comments on commit 7c92f4b

Please sign in to comment.