mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make it an against flag instead
This commit is contained in:
@@ -56,8 +56,7 @@ namespace SabreTools.Features
|
||||
this[DiffNoDuplicatesFlag].AddFeature(NoAutomaticDateFlag);
|
||||
AddFeature(DiffAgainstFlag);
|
||||
this[DiffAgainstFlag].AddFeature(BaseDatListInput);
|
||||
AddFeature(DiffGameFlag);
|
||||
this[DiffGameFlag].AddFeature(BaseDatListInput);
|
||||
this[DiffAgainstFlag].AddFeature(ByGameFlag);
|
||||
AddFeature(BaseReplaceFlag);
|
||||
this[BaseReplaceFlag].AddFeature(BaseDatListInput);
|
||||
this[BaseReplaceFlag].AddFeature(UpdateFieldListInput);
|
||||
@@ -155,7 +154,8 @@ namespace SabreTools.Features
|
||||
GetBoolean(features, SkipFirstOutputValue),
|
||||
Filter,
|
||||
updateFields,
|
||||
GetBoolean(features, OnlySameValue));
|
||||
GetBoolean(features, OnlySameValue),
|
||||
GetBoolean(Features, ByGameValue));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user