mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
[MC version processor] more debug
This commit is contained in:
parent
f8fe4b5ca6
commit
57ff428df4
@ -512,6 +512,8 @@ public final class Tools
|
||||
for (int i = 0; i < libList.size(); i++) {
|
||||
DependentLibrary libAdded = libList.get(i);
|
||||
String libAddedName = libAdded.name.substring(0, libAdded.name.lastIndexOf(":"));
|
||||
|
||||
System.out.println("Equals? " + lib.name + " and " + libAdded.name);
|
||||
if (libAddedName.equals(libName)) {
|
||||
Log.d(APP_NAME, "Library " + libName + ": Replaced version " +
|
||||
libName.substring(libName.lastIndexOf(":") + 1) + " with " +
|
||||
|
Loading…
x
Reference in New Issue
Block a user