Skip to content

Commit 8eeb85c

Browse files
committed
Don't write to index file when doing lumina export, oops
1 parent 4d8b39c commit 8eeb85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Mods/FileTypes/ItemMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ internal static async Task ApplyMetadata(ItemMetadata meta, IndexFile index = nu
408408
await _eqp.SaveGimmickParameter(meta.Root.Info.PrimaryId, meta.GmpEntry, dummyItem, index, modlist, doLumina, luminaOutDir);
409409
}
410410

411-
if (doSave)
411+
if (doSave && !doLumina)
412412
{
413413
await _index.SaveIndexFile(index);
414414
await _modding.SaveModListAsync(modlist);

0 commit comments

Comments
 (0)