Skip to content

Commit

Permalink
Я ТУПОЙ БЛЯТЬ
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Jun 30, 2024
1 parent 653238b commit dd22219
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;

[AdminCommand(AdminFlags.AdminChat)] // Use only administration with flag AdminChat, eddit ADT
[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 dd22219

Please sign in to comment.