mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
[MC version processor] Try fixxxxx
This commit is contained in:
parent
247862042e
commit
6a147dfe6d
@ -509,8 +509,8 @@ public final class Tools
|
||||
try {
|
||||
for (DependentLibrary lib : customVer.libraries) {
|
||||
String libName = lib.name.substring(0, lib.name.lastIndexOf(":"));
|
||||
for (int i = 0; i < libList.size(); i++) {
|
||||
DependentLibrary libAdded = libList.get(i);
|
||||
for (int i = 0; i < inheritsVer.libraries.length; i++) {
|
||||
DependentLibrary libAdded = inheritsVer.libraries[i];
|
||||
String libAddedName = libAdded.name.substring(0, libAdded.name.lastIndexOf(":"));
|
||||
|
||||
System.out.println("Equals? " + lib.name + " and " + libAdded.name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user