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
|
@ -42,7 +42,8 @@ void ModMinecraftJar::executeTask()
|
|||
}
|
||||
|
||||
// create temporary modded jar, if needed
|
||||
auto profile = m_inst->getComponentList();
|
||||
auto components = m_inst->getComponentList();
|
||||
auto profile = components->getProfile();
|
||||
auto jarMods = m_inst->getJarMods();
|
||||
if(jarMods.size())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue