NoSteamPlayerCount: Remove InGame check.
This commit is contained in:
parent
288346d7d0
commit
6ea36a22e4
@ -123,8 +123,5 @@ public bool IsValidClient(int client)
|
||||
if (client > GetMaxClients())
|
||||
return false;
|
||||
|
||||
if (!IsClientInGame(client))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user