Skip to content

Commit

Permalink
Removed unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogromca-SCP committed Jun 10, 2024
1 parent 8bee94d commit 3a57102
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions PluginCommands/Commands/PluginsManagerCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ public static string CheckPluginsManagementPerms(ICommandSender sender)
public override string Description { get; } =
"Provides subcommands for plugins management at runtime. Displays the list of installed plugins if no valid subcommand is selected.";

/// <summary>
/// Tells whether or not command response should be sanitized.
/// </summary>
public bool SanitizeResponse => true;

/// <summary>
/// Defines command usage prompts.
/// </summary>
Expand Down

0 comments on commit 3a57102

Please sign in to comment.