mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix remove flag issues
This commit is contained in:
@@ -143,7 +143,7 @@ namespace SabreTools.DatTools
|
||||
{
|
||||
// Unmatched items will have a source ID of int.MaxValue, remove all others
|
||||
if (items[i].GetFieldValue<Source?>(DatItem.SourceKey)?.Index != int.MaxValue)
|
||||
items[i].SetFieldValue<bool>(DatItem.RemoveKey, true);
|
||||
items[i].SetFieldValue<bool?>(DatItem.RemoveKey, true);
|
||||
}
|
||||
|
||||
// Set the list back, just in case
|
||||
|
||||
Reference in New Issue
Block a user