mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE Fix FTB Legacy Pack Selection
This commit is contained in:
@@ -127,7 +127,7 @@ void Page::suggestCurrent()
|
||||
return;
|
||||
}
|
||||
|
||||
if(!selected.broken || !selectedVersion.isEmpty())
|
||||
if(selected.broken || selectedVersion.isEmpty())
|
||||
{
|
||||
dialog->setSuggestedPack();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user