Skip to content

Commit

Permalink
1984
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad0260 committed Feb 13, 2024
1 parent fc18796 commit de7d811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Commands/AddReagent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Content.Server.Administration.Commands
/// <summary>
/// Command that allows you to edit an existing solution by adding (or removing) reagents.
/// </summary>
[AdminCommand(AdminFlags.Admin)]
[AdminCommand(AdminFlags.Fun)]
public sealed class AddReagent : IConsoleCommand
{
[Dependency] private readonly IEntityManager _entManager = default!;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Administration/Commands/SetOutfitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace Content.Server.Administration.Commands
{
[AdminCommand(AdminFlags.Admin)]
[AdminCommand(AdminFlags.Fun)]
public sealed class SetOutfitCommand : IConsoleCommand
{
[Dependency] private readonly IEntityManager _entities = default!;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Traitor/Uplink/Commands/AddUplinkCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Content.Server.Traitor.Uplink.Commands
{
[AdminCommand(AdminFlags.Admin)]
[AdminCommand(AdminFlags.Fun)]
public sealed class AddUplinkCommand : IConsoleCommand
{
[Dependency] private readonly IConfigurationManager _cfgManager = default!;
Expand Down

0 comments on commit de7d811

Please sign in to comment.