Possibly fix native downloading for older versions such as 1.8.9

dev/0.11
modmuss50 2020-02-17 20:23:33 +00:00
parent 2ab2f7c6ae
commit d62a63c8bd
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class MinecraftVersionInfo {
return "";
}
return "-" + element.getAsString().replace("\"", "");
return "-" + element.getAsString().replace("\"", "").replace("${arch}", OperatingSystem.getArch());
}
}