fixed bot's don't shoot at near-zero distance [need testing]
This commit is contained in:
parent
2907787619
commit
e9d826ccea
4 changed files with 9 additions and 14 deletions
|
|
@ -312,9 +312,9 @@ void NetworkMsg::Execute (void *p)
|
|||
if (target != NULL)
|
||||
{
|
||||
if (GetTeam (killer) == GetTeam (victim))
|
||||
target->m_voteKickIndex = killerIndex;
|
||||
target->m_voteKickIndex = killerIndex;
|
||||
|
||||
target->m_notKilled = false;
|
||||
target->m_notKilled = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue