mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Attempt №2
This commit is contained in:
parent
1dae5afea1
commit
c0d09d4f5f
@ -171,7 +171,7 @@ public final class Tools
|
||||
public static String[] getMinecraftArgs(MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo)
|
||||
{
|
||||
if(versionInfo.inheritsFrom != null) {
|
||||
versionInfo.id = versioninfo.inheritsFrom;
|
||||
versionInfo.id = versionInfo.inheritsFrom;
|
||||
}
|
||||
String username = profile.getUsername();
|
||||
String versionName = profile.getVersion();
|
||||
|
Loading…
x
Reference in New Issue
Block a user