mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
don't count bots on master list
don't save every ac snapshot oops..
This commit is contained in:
@ -295,7 +295,7 @@ namespace SharedLibraryCore
|
||||
{
|
||||
get
|
||||
{
|
||||
return Clients.Where(p => p != null).Count();
|
||||
return Clients.Where(p => p != null && !p.IsBot).Count();
|
||||
}
|
||||
}
|
||||
public int MaxClients { get; protected set; }
|
||||
|
Reference in New Issue
Block a user