Enabled recursion and search of compressed files
This commit is contained in:
parent
38f03585e4
commit
793b14fe81
2 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ public class PluginManager<T> implements Iterable<PluginData>{
|
|||
|
||||
FileSearch search = new FileSearch(new File(path));
|
||||
search.setRecursive(true);
|
||||
search.searchFolders(false);
|
||||
search.searchFolders(true);
|
||||
search.searchCompressedFiles(true);
|
||||
search.setFileName("plugin.json");
|
||||
|
||||
log.fine("Searching for plugins...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue