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 Shutdown()
|
||||
{
|
||||
Name = Value;
|
||||
Flags = ["shutdown"];
|
||||
Flags.AddRange(["shutdown"]);
|
||||
Description = "Gracefully shuts down server.";
|
||||
_featureType = ParameterType.Flag;
|
||||
LongDescription = "Gracefully shuts down server saving all the cached data.";
|
||||
Features = [];
|
||||
|
||||
// Common Features
|
||||
AddCommonFeatures();
|
||||
|
||||
Reference in New Issue
Block a user