diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-07-27 23:57:09 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-07-27 23:57:09 +0200 |
commit | e4c33458f2f752c0b8f20005b5ab645e758d58cc (patch) | |
tree | 17d1dcbf5643e37c2298977e7f503848127abfc6 /api/logic/minecraft/legacy/LegacyUpgradeTask.cpp | |
parent | 14f85813c82f9202d39e292965b1ab710a479d4e (diff) | |
download | PrismLauncher-e4c33458f2f752c0b8f20005b5ab645e758d58cc.tar.gz PrismLauncher-e4c33458f2f752c0b8f20005b5ab645e758d58cc.tar.bz2 PrismLauncher-e4c33458f2f752c0b8f20005b5ab645e758d58cc.zip |
GH-2352 Add Minecraft folder button for instances, rearrange buttons by importance
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyUpgradeTask.cpp')
-rw-r--r-- | api/logic/minecraft/legacy/LegacyUpgradeTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/legacy/LegacyUpgradeTask.cpp b/api/logic/minecraft/legacy/LegacyUpgradeTask.cpp index b274f061..0b682d2a 100644 --- a/api/logic/minecraft/legacy/LegacyUpgradeTask.cpp +++ b/api/logic/minecraft/legacy/LegacyUpgradeTask.cpp @@ -126,7 +126,7 @@ void LegacyUpgradeTask::copyFinished() QStringList rootRemovables = {"modlist", "version", "instMods"}; QStringList mcRemovables = {"bin", "MultiMCLauncher.jar", "icon.png"}; removeAll(inst.instanceRoot(), rootRemovables); - removeAll(inst.minecraftRoot(), mcRemovables); + removeAll(inst.gameRoot(), mcRemovables); } emitSucceeded(); } |