mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-12-28 15:18:21 +00:00
NOISSUE Fix FTB Legacy Pack Selection
This commit is contained in:
parent
bace6fec1b
commit
f6d6e4c1c4
@ -127,7 +127,7 @@ void Page::suggestCurrent()
|
||||
return;
|
||||
}
|
||||
|
||||
if(!selected.broken || !selectedVersion.isEmpty())
|
||||
if(selected.broken || selectedVersion.isEmpty())
|
||||
{
|
||||
dialog->setSuggestedPack();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user