Command perm modifications (#11273)

* Command perm modifications

* actually not this one

* string
This commit is contained in:
Kara
2022-09-14 17:02:38 -07:00
committed by GitHub
parent 5387a5bb41
commit db1dfc8958
18 changed files with 22 additions and 26 deletions

View File

@@ -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";