mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
add a missing close bracket
This commit is contained in:
parent
dab2da2fc4
commit
3ba8fe0388
@ -606,7 +606,7 @@ public final class Tools {
|
||||
List<String> libDir = new ArrayList<>();
|
||||
for (DependentLibrary libItem: info.libraries) {
|
||||
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]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user