NOISSUE split out the LaunchProfile out of the ComponentList
This commit is contained in:
parent
3470158943
commit
17c8f31a09
16 changed files with 493 additions and 422 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue