mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Merge branch '2.3' into 2.4-pr
This commit is contained in:
@ -104,7 +104,8 @@ namespace WebfrontCore.Controllers
|
||||
public async Task<IActionResult> PrivilegedAsync()
|
||||
{
|
||||
var admins = (await Manager.GetClientService().GetPrivilegedClients())
|
||||
.OrderBy(_client => _client.Name);
|
||||
.OrderByDescending(_client => _client.Level)
|
||||
.ThenBy(_client => _client.Name);
|
||||
|
||||
var adminsDict = new Dictionary<EFClient.Permission, IList<ClientInfo>>();
|
||||
|
||||
|
Reference in New Issue
Block a user