mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
NOISSUE split out the LaunchProfile out of the ComponentList
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user