mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-27 19:09:20 +01:00
move desc to own tab, invert load order setting, normalise line endings
This commit is contained in:
parent
fa9e4d7dcc
commit
25ac5d1999
14 changed files with 476 additions and 414 deletions
|
|
@ -31,10 +31,10 @@ namespace Penumbra.Mods
|
|||
ModFiles.Add( file );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Only add if not in a sub-folder, otherwise it was already added.
|
||||
foreach( var pair in Meta.Groups.FileToGameAndGroup )
|
||||
if (pair.Key.IndexOfAny(new char[]{'/', '\\'}) < 0)
|
||||
foreach( var pair in Meta.Groups.FileToGameAndGroup )
|
||||
if (pair.Key.IndexOfAny(new[]{'/', '\\'}) < 0)
|
||||
ModFiles.Add( new FileInfo(Path.Combine(ModBasePath.FullName, pair.Key)) );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue