some fixes

This commit is contained in:
2024-06-22 11:22:02 +02:00
parent 20c1e5dc8e
commit 4b78ce1b6f
3 changed files with 13 additions and 5 deletions

View File

@@ -33,7 +33,10 @@ public class ModpackInfo
{
if (HasModpackInfo(mcRoot))
return Load(mcRoot);
return new();
return new()
{
LocaLPath = mcRoot
};
}
public static ModpackInfo Load(string mcRoot)