Fix files in single groups being added to effective files again with their relative path.

This commit is contained in:
Ottermandias 2021-07-19 12:14:35 +02:00
parent 68cba9227c
commit bf85cfe4b9

View file

@ -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 ) )