B3none / csgo-retakes-hud

Displays the current bombsite in a HUD message. This will work with all versions of the Retakes plugin.
45 stars 9 forks source link

Remove an unnecessary check from IsValidClient #23

Closed tsuza closed 2 years ago

tsuza commented 2 years ago

IsClientConnected is redundant as IsClientInGame already takes care of it.