mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
huge commit for webfront facelift
This commit is contained in:
@ -117,7 +117,7 @@ namespace SharedLibraryCore
|
||||
|
||||
public int ClientNum
|
||||
{
|
||||
get { return Clients.ToArray().Count(p => p != null && !p.IsBot); }
|
||||
get { return Clients.ToArray().Count(p => p != null && Utilities.IsDevelopment || (!p?.IsBot ?? false)); }
|
||||
}
|
||||
|
||||
public int MaxClients { get; protected set; }
|
||||
|
Reference in New Issue
Block a user