mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -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<>();
|
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…
x
Reference in New Issue
Block a user