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

fix issue with top stats query and client evaluation

This commit is contained in:
RaidMax
2019-10-09 18:51:50 -05:00
parent 4623cc6e12
commit 2a66b44cdb
2 changed files with 3 additions and 11 deletions

View File

@ -149,9 +149,6 @@ namespace IW4MAdmin.Plugins.Stats.Helpers
TotalTimePlayed = s.Sum(c => c.TimePlayed),
});
#if DEBUG == true
var statsInfoSql = iqStatsInfo.ToSql();
#endif
var topPlayers = await iqStatsInfo.ToListAsync();
var clientRatingsDict = clientRatings.ToDictionary(r => r.ClientId);