Changed name of license file
This commit is contained in:
parent
3cedc18232
commit
cf43992266
3 changed files with 4 additions and 30 deletions
|
|
@ -63,7 +63,7 @@ public class PluginManager<T> implements Iterable<PluginData>{
|
|||
|
||||
FileSearch search = new FileSearch(new File(path));
|
||||
search.setRecursive(true);
|
||||
search.searchFolders(true);
|
||||
search.searchFolders(false);
|
||||
search.searchCompressedFiles(true);
|
||||
search.setFileName("plugin.json");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue