Skip to content

Commit

Permalink
Use adminwho only admin (#34)
Browse files Browse the repository at this point in the history
<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это
комментарии - они не будут видны в PR. -->

## Описание PR
<!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это
может повлиять? Постарайтесь описать все внесённые вами изменения! -->

Лишаем простых смертных "adminwho"
  • Loading branch information
Schrodinger71 authored Jun 30, 2024
1 parent c93b0f0 commit b09b964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Commands/AdminWhoCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Content.Server.Administration.Commands;

[AnyCommand] // Corvax: Allow use to everyone
[AdminCommand(AdminFlags.Adminchat)] // Use only administration with flag AdminChat, eddit ADT
public sealed class AdminWhoCommand : IConsoleCommand
{
public string Command => "adminwho";
Expand Down

0 comments on commit b09b964

Please sign in to comment.