forked from UNLOZE/sm-plugins
NoSteamPlayerCount: Remove InGame check.
This commit is contained in:
@@ -123,8 +123,5 @@ public bool IsValidClient(int client)
|
||||
if (client > GetMaxClients())
|
||||
return false;
|
||||
|
||||
if (!IsClientInGame(client))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user