Make adminwho require admin perms (#8421)
This commit is contained in:
@@ -8,7 +8,7 @@ using Robust.Shared.Utility;
|
|||||||
|
|
||||||
namespace Content.Server.Administration.Commands;
|
namespace Content.Server.Administration.Commands;
|
||||||
|
|
||||||
[AnyCommand]
|
[AdminCommand(AdminFlags.Admin)]
|
||||||
public sealed class AdminWhoCommand : IConsoleCommand
|
public sealed class AdminWhoCommand : IConsoleCommand
|
||||||
{
|
{
|
||||||
public string Command => "adminwho";
|
public string Command => "adminwho";
|
||||||
|
|||||||
Reference in New Issue
Block a user