NOISSUE rename ComponentList to PackProfile
It's not just components, so the naming needed cleaning up.
This commit is contained in:
parent
4ca62916f5
commit
a0ef20a264
29 changed files with 145 additions and 145 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "minecraft/OpSys.h"
|
||||
#include "FileSystem.h"
|
||||
#include "minecraft/MinecraftInstance.h"
|
||||
#include "minecraft/ComponentList.h"
|
||||
#include "minecraft/PackProfile.h"
|
||||
|
||||
void ModMinecraftJar::executeTask()
|
||||
{
|
||||
|
@ -43,7 +43,7 @@ void ModMinecraftJar::executeTask()
|
|||
}
|
||||
|
||||
// create temporary modded jar, if needed
|
||||
auto components = m_inst->getComponentList();
|
||||
auto components = m_inst->getPackProfile();
|
||||
auto profile = components->getProfile();
|
||||
auto jarMods = m_inst->getJarMods();
|
||||
if(jarMods.size())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue