1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

include client name in stats info result

This commit is contained in:
RaidMax
2020-05-30 14:14:42 -05:00
parent 1c515a3759
commit 7b4d4c1b36
2 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,7 @@ namespace Stats.Helpers
.Where(_stats => _stats.ClientId == query.ClientId)
.Select(_stats => new StatsInfoResult
{
Name = _stats.Client.CurrentAlias.Name,
ServerId = _stats.ServerId,
Kills = _stats.Kills,
Deaths = _stats.Deaths,