mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-01 21:33:40 +01:00
fix a crash on non-ascii file paths, sqpack file swapping
This commit is contained in:
parent
21758a8c85
commit
76269ba64a
6 changed files with 71 additions and 15 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue