Command perm modifications (#11273)
* Command perm modifications * actually not this one * string
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Administration.Commands
|
||||
/// <summary>
|
||||
/// Command that allows you to edit an existing solution by adding (or removing) reagents.
|
||||
/// </summary>
|
||||
[AdminCommand(AdminFlags.Fun)]
|
||||
[AdminCommand(AdminFlags.Admin)]
|
||||
public sealed class AddReagent : IConsoleCommand
|
||||
{
|
||||
public string Command => "addreagent";
|
||||
|
||||
Reference in New Issue
Block a user