mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unused field
This commit is contained in:
@@ -983,7 +983,7 @@ namespace SabreTools.Library.DatFiles
|
||||
OneRomPerGame();
|
||||
|
||||
// If we are removing fields, do that now
|
||||
if (filter.RemoveFields)
|
||||
if (Header.ExcludeFields != null && Header.ExcludeFields.Any())
|
||||
RemoveFieldsFromItems();
|
||||
|
||||
// We remove any blanks, if we aren't supposed to have any
|
||||
|
||||
Reference in New Issue
Block a user