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