Attempt №2

This commit is contained in:
ArtDev 2020-11-06 13:25:03 +03:00 committed by GitHub
parent 1dae5afea1
commit c0d09d4f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();