some fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user