mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 21:30:18 +02:00
GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.
This commit is contained in:
parent
e5b4b5d295
commit
5ea170db78
@ -19,6 +19,7 @@ void FMLLibrariesTask::executeTask()
|
||||
if (!profile->hasTrait("legacyFML"))
|
||||
{
|
||||
emitSucceeded();
|
||||
return;
|
||||
}
|
||||
|
||||
QString version = inst->intendedVersionId();
|
||||
|
Loading…
x
Reference in New Issue
Block a user