Skip to content

Commit

Permalink
Re-enable AnyCommand on acts
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Mar 1, 2024
1 parent bc9ee3f commit 813db18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Client/Commands/ActionsCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void Execute(IConsoleShell shell, string argStr, string[] args)
}
*/

// [AnyCommand] DeltaV - Disable AnyCommand, require at least admin rank
[AnyCommand]
public sealed class LoadActionsCommand : LocalizedCommands
{
[Dependency] private readonly IEntitySystemManager _entitySystemManager = default!;
Expand Down Expand Up @@ -85,7 +85,7 @@ private static async void LoadActs()
}
}

// [AnyCommand] DeltaV - Disable AnyCommand, require at least admin rank
[AnyCommand]
public sealed class LoadMappingActionsCommand : LocalizedCommands
{
[Dependency] private readonly IEntitySystemManager _entitySystemManager = default!;
Expand Down

0 comments on commit 813db18

Please sign in to comment.