mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
Update Tools.java
This commit is contained in:
parent
dd177b7e1e
commit
89f137f21e
@ -557,7 +557,7 @@ public final class Tools {
|
||||
for (DependentLibrary libItem: info.libraries) {
|
||||
if (libItem.rules != null) {
|
||||
for (JMinecraftVersionList.Arguments.ArgValue.ArgRules rule : libItem.rules) {
|
||||
if (rule.action.equals("allow") && rule.os.name.equals("osx")) {
|
||||
if (rule.action.equals("allow") && rule.os != null && rule.os.name.equals("osx")) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user