NOISSUE Use patch problems and problem levels instead of exceptions for minecraft profiles.
This commit is contained in:
@ -407,7 +407,7 @@ bool OneSixProfileStrategy::installJarMods(QStringList filepaths)
|
||||
profile->appendPatch(f);
|
||||
}
|
||||
profile->saveCurrentOrder();
|
||||
profile->reapplySafe();
|
||||
profile->reapplyPatches();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user