diff --git a/Application/Commands/ReadMessageCommand.cs b/Application/Commands/ReadMessageCommand.cs index a09bebd8..dde5ef2d 100644 --- a/Application/Commands/ReadMessageCommand.cs +++ b/Application/Commands/ReadMessageCommand.cs @@ -24,7 +24,7 @@ namespace IW4MAdmin.Application.Commands Name = "readmessage"; Description = _translationLookup["COMMANDS_READ_MESSAGE_DESC"]; Alias = "rm"; - Permission = EFClient.Permission.Flagged; + Permission = EFClient.Permission.User; _contextFactory = contextFactory; _logger = logger; @@ -76,4 +76,4 @@ namespace IW4MAdmin.Application.Commands } } } -} \ No newline at end of file +}