mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Some fixes regarding Forward-Slashes in ModNames.
This commit is contained in:
parent
03a722b92f
commit
d6bb45f33c
8 changed files with 72 additions and 21 deletions
|
|
@ -25,7 +25,7 @@ namespace Penumbra.Mod
|
|||
Meta = meta;
|
||||
Resources = resources;
|
||||
MetaFile = MetaFileInfo( basePath );
|
||||
SortOrder = meta.Name;
|
||||
SortOrder = meta.Name.Replace( '/', '\\' );
|
||||
ComputeChangedItems();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue