mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -04:00
Update Tools.java
This commit is contained in:
parent
0d9ac6a120
commit
0be71c65b3
@ -558,7 +558,7 @@ public final class Tools {
|
||||
if (libItem.rules != null) {
|
||||
System.out.println("LIBRARY " +libItem.name+" rules NOT NULL");
|
||||
for (JMinecraftVersionList.Arguments.ArgValue.ArgRules rule : libItem.rules) {
|
||||
System.out.println("LIBRARY rule action " +rule.action+" OS "+ rule.os);
|
||||
System.out.println("LIBRARY rule action " +rule.action+" OS "+ rule.os==null?"NULL":rule.os.name);
|
||||
if (rule.action.equals("allow") && rule.os != null && rule.os.name.equals("osx")) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user