mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
Turn removal key into a metadata property
This commit is contained in:
@@ -980,7 +980,7 @@ namespace SabreTools.Metadata.DatFiles
|
||||
}
|
||||
|
||||
// If the item is supposed to be removed, we ignore
|
||||
if (datItem.ReadBool(DatItem.RemoveKey) == true)
|
||||
if (datItem.RemoveFlag)
|
||||
{
|
||||
string itemString = JsonConvert.SerializeObject(datItem, Formatting.None);
|
||||
_logger.Verbose($"Item '{itemString}' was skipped because it was marked for removal");
|
||||
|
||||
Reference in New Issue
Block a user