fix a crash on non-ascii file paths, sqpack file swapping

This commit is contained in:
Adam 2020-12-26 11:37:50 +11:00
parent 21758a8c85
commit 76269ba64a
6 changed files with 71 additions and 15 deletions

View file

@ -13,7 +13,7 @@ namespace Penumbra.Mods
public List< FileInfo > ModFiles { get; } = new();
public Dictionary< string, List< string > > FileConflicts { get; set; } = new();
public Dictionary< string, List< string > > FileConflicts { get; } = new();
public void RefreshModFiles()
{