mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
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
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include "ReconstructAssets.h"
|
||||
#include "minecraft/MinecraftInstance.h"
|
||||
#include "minecraft/ComponentList.h"
|
||||
#include "minecraft/PackProfile.h"
|
||||
#include "minecraft/AssetsUtils.h"
|
||||
#include "launch/LaunchTask.h"
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ void ReconstructAssets::executeTask()
|
|||
{
|
||||
auto instance = m_parent->instance();
|
||||
std::shared_ptr<MinecraftInstance> minecraftInstance = std::dynamic_pointer_cast<MinecraftInstance>(instance);
|
||||
auto components = minecraftInstance->getComponentList();
|
||||
auto components = minecraftInstance->getPackProfile();
|
||||
auto profile = components->getProfile();
|
||||
auto assets = profile->getMinecraftAssets();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue