mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Fix files in single groups being added to effective files again with their relative path.
This commit is contained in:
parent
68cba9227c
commit
bf85cfe4b9
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ namespace Penumbra.Structs
|
||||||
if( Options[ i ].OptionFiles.TryGetValue( relPath, out var groupPaths ) )
|
if( Options[ i ].OptionFiles.TryGetValue( relPath, out var groupPaths ) )
|
||||||
{
|
{
|
||||||
paths.UnionWith( groupPaths );
|
paths.UnionWith( groupPaths );
|
||||||
|
doNotAdd = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if( Options[ i ].OptionFiles.ContainsKey( relPath ) )
|
else if( Options[ i ].OptionFiles.ContainsKey( relPath ) )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue