mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-22 07:47:48 +01:00
tmp
This commit is contained in:
parent
196ca2ce39
commit
361082813b
16 changed files with 1008 additions and 660 deletions
|
|
@ -198,7 +198,8 @@ public partial class ModCreator(
|
|||
Penumbra.Log.Verbose(
|
||||
$"Incorporating {file} as Metadata file of {meta.MetaManipulations.Count} manipulations {deleteString}");
|
||||
deleteList.Add(file.FullName);
|
||||
option.Manipulations.UnionWith([.. meta.MetaManipulations]);
|
||||
// TODO
|
||||
option.Manipulations.UnionWith([]);//[.. meta.MetaManipulations]);
|
||||
}
|
||||
else if (ext1 == ".rgsp" || ext2 == ".rgsp")
|
||||
{
|
||||
|
|
@ -212,7 +213,8 @@ public partial class ModCreator(
|
|||
$"Incorporating {file} as racial scaling file of {rgsp.MetaManipulations.Count} manipulations {deleteString}");
|
||||
deleteList.Add(file.FullName);
|
||||
|
||||
option.Manipulations.UnionWith([.. rgsp.MetaManipulations]);
|
||||
// TODO
|
||||
option.Manipulations.UnionWith([]);//[.. rgsp.MetaManipulations]);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue