Skip to content

Commit 18f936f

Browse files
committed
- Fix for a key not found error on importing metadata mods and racial scaling mods in the same modpack.
1 parent def976d commit 18f936f

File tree

1 file changed

+1
-0
lines changed
  • xivModdingFramework/Mods/FileTypes

1 file changed

+1
-0
lines changed

xivModdingFramework/Mods/FileTypes/TTMP.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,7 @@ await Task.Run(async () =>
859859
if (!indexFiles.ContainsKey(XivDataFile._04_Chara))
860860
{
861861
indexFiles.Add(XivDataFile._04_Chara, await _index.GetIndexFile(XivDataFile._04_Chara));
862+
metadataEntries.Add(XivDataFile._04_Chara, new List<ItemMetadata>());
862863
}
863864
// Expand the racial scaling files
864865
await CMP.ApplyRgspFile(file, indexFiles[XivDataFile._04_Chara], modList);

0 commit comments

Comments
 (0)