NOISSUE move modpack platform related files to 'modplatform' subfolders
This commit is contained in:
parent
303842a19e
commit
106155dd62
20 changed files with 30 additions and 28 deletions
|
@ -1368,7 +1368,8 @@ void MainWindow::addInstance(QString url)
|
|||
|
||||
const QUrl modpackUrl = newInstDlg.modpackUrl();
|
||||
|
||||
if(newInstDlg.isFtbModpackRequested()) {
|
||||
if(newInstDlg.isFtbModpackRequested())
|
||||
{
|
||||
instanceFromFtbPack(newInstDlg.getFtbPackDownloader(), newInstDlg.instName(), newInstDlg.instGroup(), newInstDlg.iconKey());
|
||||
}
|
||||
else if (modpackUrl.isValid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue