rtv: count specs

looks like i was already not counting afks anyway
This commit is contained in:
Dogan 2019-11-19 19:55:50 +01:00
parent 04fcfba81d
commit fe983f59ee

View File

@ -155,7 +155,7 @@ void UpdateRTV()
{
if (IsClientInGame(i) && !IsFakeClient(i))
{
if ((GetClientTeam(i) == 2 || GetClientTeam(i) == 3) && GetClientIdleTime(i) <= g_Cvar_AFKTime.IntValue)
if (GetClientIdleTime(i) <= g_Cvar_AFKTime.IntValue)
{
g_Voters++;
}