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 0e0c5903f9
commit 0e53e97c44

View File

@ -155,7 +155,7 @@ void UpdateRTV()
{ {
if (IsClientInGame(i) && !IsFakeClient(i)) 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++; g_Voters++;
} }