fix parsing view angles in exponential form
update RestEase and CodePages dependencies optimized the find by name query add index to name
This commit is contained in:
@ -149,6 +149,7 @@ namespace WebfrontCore.Controllers
|
||||
{
|
||||
var clients = (await Manager.GetClientService().GetClientByName(clientName))
|
||||
.OrderByDescending(c => c.LastConnection);
|
||||
|
||||
var clientsDto = clients.Select(c => new PlayerInfo()
|
||||
{
|
||||
Name = c.Name,
|
||||
|
Reference in New Issue
Block a user