Minor update to invocation in ItemDictionary

This commit is contained in:
Matt Nadareski
2025-01-13 21:43:49 -05:00
parent fb933d874a
commit c8496d0d7a

View File

@@ -862,7 +862,8 @@ namespace SabreTools.DatFiles
}
// Set the value in the key to the new set
this[key] = newItems;
Remove(key);
Add(key, newItems);
#if NET40_OR_GREATER || NETCOREAPP
});