rtv: count specs
looks like i was already not counting afks anyway
This commit is contained in:
parent
0e0c5903f9
commit
0e53e97c44
@ -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++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user