mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove unnecessary complexity
This commit is contained in:
@@ -2231,7 +2231,7 @@ Some special strings that can be used:
|
||||
|
||||
foreach (string fieldName in GetList(features, ExcludeFieldListValue))
|
||||
{
|
||||
datHeader.ExcludeFields[(int)fieldName.AsField()] = true;
|
||||
datHeader.ExcludeFields.Add(fieldName.AsField());
|
||||
}
|
||||
|
||||
return datHeader;
|
||||
|
||||
Reference in New Issue
Block a user