NOISSUE split out the LaunchProfile out of the ComponentList
This commit is contained in:
@ -15,7 +15,7 @@ static bool isMinecraftVersion(const QString &uid)
|
||||
return uid == "net.minecraft";
|
||||
}
|
||||
|
||||
void VersionFile::applyTo(ComponentList *profile)
|
||||
void VersionFile::applyTo(LaunchProfile *profile)
|
||||
{
|
||||
// Only real Minecraft can set those. Don't let anything override them.
|
||||
if (isMinecraftVersion(uid))
|
||||
|
Reference in New Issue
Block a user