NOISSUE redo new instance dialog
This commit is contained in:
parent
4c7ea0f99a
commit
8e44ab2338
98 changed files with 1916 additions and 1254 deletions
|
@ -58,6 +58,8 @@ void FtbPackFetchTask::fileDownloadFinished(){
|
|||
modpack.mods = element.attribute("mods");
|
||||
modpack.image = element.attribute("image");
|
||||
modpack.oldVersions = element.attribute("oldVersions").split(";");
|
||||
modpack.broken = false;
|
||||
modpack.bugged = false;
|
||||
|
||||
//remove empty if the xml is bugged
|
||||
for(QString curr : modpack.oldVersions) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue