mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-17 20:10:12 -07:00
add a missing close bracket
This commit is contained in:
parent
dab2da2fc4
commit
3ba8fe0388
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ public final class Tools {
|
||||||
List<String> libDir = new ArrayList<>();
|
List<String> libDir = new ArrayList<>();
|
||||||
for (DependentLibrary libItem: info.libraries) {
|
for (DependentLibrary libItem: info.libraries) {
|
||||||
if(!checkRules(libItem.rules)) continue;
|
if(!checkRules(libItem.rules)) continue;
|
||||||
libDir.add(Tools.DIR_HOME_LIBRARY + "/" + libItem.downloads.artifact.path;
|
libDir.add(Tools.DIR_HOME_LIBRARY + "/" + libItem.downloads.artifact.path);
|
||||||
}
|
}
|
||||||
return libDir.toArray(new String[0]);
|
return libDir.toArray(new String[0]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue