mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 17:09:22 +01:00
All Linebreaks to LF.
This commit is contained in:
parent
82dff6be25
commit
de8930c574
32 changed files with 1356 additions and 1356 deletions
|
|
@ -22,7 +22,7 @@ namespace Penumbra.Mods
|
|||
PluginLog.LogError( "no basepath has been set on {ResourceModName}", Meta.Name );
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
ModFiles.Clear();
|
||||
// we don't care about any _files_ in the root dir, but any folders should be a game folder/file combo
|
||||
foreach( var dir in ModBasePath.EnumerateDirectories() )
|
||||
|
|
@ -35,7 +35,7 @@ namespace Penumbra.Mods
|
|||
|
||||
// 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[]{'/', '\\'}) < 0)
|
||||
// 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