some fixes
This commit is contained in:
@@ -20,7 +20,7 @@ public class ModpackInfo
|
||||
|
||||
public void Save()
|
||||
{
|
||||
File.WriteAllText(Conversions.ToString(GetFilePath(LocaLPath)), JsonConvert.SerializeObject(this));
|
||||
File.WriteAllText(GetFilePath(LocaLPath), JsonConvert.SerializeObject(this));
|
||||
}
|
||||
|
||||
public void Save(string mcRoot)
|
||||
|
||||
Reference in New Issue
Block a user