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

update packages

This commit is contained in:
RaidMax
2019-10-02 18:58:23 -05:00
parent 64fdfc83e2
commit 78cd6ae392
4 changed files with 26 additions and 15 deletions

View File

@ -584,7 +584,7 @@ namespace SharedLibraryCore.Services
{
var iqClients = context.Clients
.Where(_client => _client.CurrentAlias.IPAddress != null)
.Where(_client => _client.LastConnection >= startOfPeriod)
.Where(_client => _client.FirstConnection >= startOfPeriod)
.Select(_client => new PlayerInfo()
{
ClientId = _client.ClientId,