Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Update brief permissions from debug to spawn (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk authored May 15, 2023
1 parent b19ad37 commit 8dc87e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Content.Server.Administration.Commands.Brief
{
[AdminCommand(AdminFlags.Debug)]
[AdminCommand(AdminFlags.Spawn)]
public sealed class BriefCommand : IConsoleCommand
{
[Dependency] private readonly IEntityManager _entities = default!;
Expand Down

0 comments on commit 8dc87e7

Please sign in to comment.