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:
@@ -12,11 +12,10 @@ namespace RombaSharp.Features
|
||||
public Lookup()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["lookup"];
|
||||
Flags.AddRange(["lookup"]);
|
||||
Description = "For each specified hash it looks up any available information.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = "For each specified hash it looks up any available information (dat or rom).";
|
||||
Features = [];
|
||||
|
||||
// Common Features
|
||||
AddCommonFeatures();
|
||||
|
||||
Reference in New Issue
Block a user