mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
change penalty expiration datetime to null for perm bans
add tempban max time allow searching for GUID stats returns ranking as well fix for promotion/demotion text
This commit is contained in:
@ -146,7 +146,7 @@ namespace WebfrontCore.Controllers
|
||||
|
||||
public async Task<IActionResult> FindAsync(string clientName)
|
||||
{
|
||||
var clients = (await Manager.GetClientService().GetClientByName(clientName))
|
||||
var clients = (await Manager.GetClientService().FindClientsByIdentifier(clientName))
|
||||
.OrderByDescending(c => c.LastConnection);
|
||||
|
||||
var clientsDto = clients.Select(c => new PlayerInfo()
|
||||
|
Reference in New Issue
Block a user