mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 23:31:13 -05:00
set default permission for read message to user
This commit is contained in:
@ -24,7 +24,7 @@ namespace IW4MAdmin.Application.Commands
|
|||||||
Name = "readmessage";
|
Name = "readmessage";
|
||||||
Description = _translationLookup["COMMANDS_READ_MESSAGE_DESC"];
|
Description = _translationLookup["COMMANDS_READ_MESSAGE_DESC"];
|
||||||
Alias = "rm";
|
Alias = "rm";
|
||||||
Permission = EFClient.Permission.Flagged;
|
Permission = EFClient.Permission.User;
|
||||||
|
|
||||||
_contextFactory = contextFactory;
|
_contextFactory = contextFactory;
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
@ -76,4 +76,4 @@ namespace IW4MAdmin.Application.Commands
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user