mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
Merge pull request #1184 from clickdevin/develop
Fix bugs when updating curseforge modpacks
This commit is contained in:
commit
f1a6dc5332
1 changed files with 3 additions and 0 deletions
|
|
@ -153,6 +153,9 @@ bool FlameCreationTask::updateInstance()
|
|||
|
||||
old_files.remove(file.key());
|
||||
files_iterator = files.erase(files_iterator);
|
||||
|
||||
if (files_iterator != files.begin())
|
||||
files_iterator--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue