minor fix
This commit is contained in:
parent
54d911dd32
commit
c5cb235a72
@ -469,7 +469,7 @@ public int GetClosestClient_option1(int targeteam)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (i == targethuman)
|
||||||
target_human_afk_counter = 0;
|
target_human_afk_counter = 0;
|
||||||
float pos[3];
|
float pos[3];
|
||||||
GetEntPropVector(i, Prop_Send, "m_vecOrigin", pos);
|
GetEntPropVector(i, Prop_Send, "m_vecOrigin", pos);
|
||||||
|
Loading…
Reference in New Issue
Block a user