1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-09 23:00:57 -05:00

finish implementation of per server top stats page

This commit is contained in:
RaidMax
2019-02-27 20:13:15 -06:00
parent 1182b98336
commit 5d3fd30003
8 changed files with 38 additions and 20 deletions

View File

@ -155,6 +155,7 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
var finished = topPlayers.Select(s => new TopStatsInfo()
{
ClientId = s.ClientId,
Id = (int?)serverId ?? 0,
Deaths = s.Deaths,
Kills = s.Kills,
KDR = Math.Round(s.KDR, 2),