mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
GH-2785 fix crash caused by starting multiple mod folder update tasks
This commit is contained in:
@@ -76,6 +76,7 @@ bool ModFolderModel::update()
|
||||
}
|
||||
if(m_update) {
|
||||
scheduled_update = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
auto task = new ModFolderLoadTask(m_dir);
|
||||
|
Reference in New Issue
Block a user