some fixes

This commit is contained in:
2024-10-03 15:46:06 +02:00
parent cd929485d0
commit ee69d8af56
4 changed files with 13 additions and 12 deletions

View File

@@ -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)