mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build from previous commits
This commit is contained in:
@@ -10,11 +10,10 @@ namespace RombaSharp.Features
|
||||
public Fixdat()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["fixdat"];
|
||||
Flags.AddRange(["fixdat"]);
|
||||
Description = "For each specified DAT file it creates a fix DAT.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = @"For each specified DAT file it creates a fix DAT with the missing entries for that DAT. If nothing is missing it doesn't create a fix DAT for that particular DAT.";
|
||||
Features = [];
|
||||
|
||||
// Common Features
|
||||
AddCommonFeatures();
|
||||
|
||||
Reference in New Issue
Block a user