migrate settings
This commit is contained in:
@@ -98,9 +98,7 @@ public class ModpackInstaller(ModpackConfig updateConfig, string localPath)
|
||||
if (ModpackInfo.HasModpackInfo(localPath))
|
||||
modpackInfo = ModpackInfo.Load(localPath);
|
||||
else
|
||||
{
|
||||
modpackInfo = new ModpackInfo();
|
||||
}
|
||||
modpackInfo = new();
|
||||
|
||||
foreach (InstallAction iaction in checkResult.Actions)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user