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())
|
if (client > GetMaxClients())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!IsClientInGame(client))
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user