mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 13:17:41 +02:00
GH-1927 fix potential issue with FMLLibrariesTask succeeding twice.
This commit is contained in:
@ -19,6 +19,7 @@ void FMLLibrariesTask::executeTask()
|
||||
if (!profile->hasTrait("legacyFML"))
|
||||
{
|
||||
emitSucceeded();
|
||||
return;
|
||||
}
|
||||
|
||||
QString version = inst->intendedVersionId();
|
||||
|
Reference in New Issue
Block a user