fixed bot's don't shoot at near-zero distance [need testing]

This commit is contained in:
jeefo 2016-01-26 21:18:59 +03:00
commit e9d826ccea
4 changed files with 9 additions and 14 deletions

View file

@ -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;
}
}
}