diff options
| author | TheKodeToad <freezingma1l@outlook.com> | 2023-03-02 10:10:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-02 10:10:46 +0000 |
| commit | 5c913149c84c121523a1ae403848d3e0926de244 (patch) | |
| tree | 3789176d454bd988b7e572e5f411151efc2cb7e2 /launcher/minecraft | |
| parent | cbe6eff2fa917401b913a96c551429caad852b3b (diff) | |
| parent | 9265c319a96b3dd5681767c196a397fbbae9164a (diff) | |
| download | PrismLauncher-5c913149c84c121523a1ae403848d3e0926de244.tar.gz PrismLauncher-5c913149c84c121523a1ae403848d3e0926de244.tar.bz2 PrismLauncher-5c913149c84c121523a1ae403848d3e0926de244.zip | |
Merge branch 'PrismLauncher:develop' into modrinth-token
Diffstat (limited to 'launcher/minecraft')
| -rw-r--r-- | launcher/minecraft/PackProfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/PackProfile.cpp b/launcher/minecraft/PackProfile.cpp index 13da57d9..aff05dbc 100644 --- a/launcher/minecraft/PackProfile.cpp +++ b/launcher/minecraft/PackProfile.cpp @@ -763,7 +763,7 @@ bool PackProfile::installComponents(QStringList selectedFiles) continue; } - appendComponent(new Component(this, versionFile->uid, versionFile)); + appendComponent(makeShared<Component>(this, versionFile->uid, versionFile)); } scheduleSave(); |
