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:
@ -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,
|
||||
|
Reference in New Issue
Block a user