some more bugfixes & cleanup
This commit is contained in:
@@ -16,7 +16,7 @@ public class ModpackInfo
|
||||
[JsonIgnore]
|
||||
public string LocaLPath { get; private set; }
|
||||
[JsonIgnore]
|
||||
public bool Exists => Directory.Exists(LocaLPath);
|
||||
public bool Exists => File.Exists(GetFilePath(LocaLPath));
|
||||
|
||||
public void Save()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user