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

small fixes

This commit is contained in:
RaidMax
2021-08-14 11:30:15 -05:00
parent 14d5c15fce
commit 86a1280457
2 changed files with 14 additions and 7 deletions

View File

@ -306,7 +306,7 @@ namespace SharedLibraryCore
{
get
{
return Clients.Count(p => p != null && !p.IsBot);
return Clients.ToArray().Count(p => p != null && !p.IsBot);
}
}
public int MaxClients { get; protected set; }