fix: kllstreak counting (resolves #749)
This commit is contained in:
parent
6decb2bfb3
commit
cd02ca3a23
1 changed files with 1 additions and 1 deletions
|
|
@ -1935,7 +1935,7 @@ void Bot::setConditions () {
|
|||
}
|
||||
}
|
||||
else {
|
||||
m_killsInterval = m_lastVictimTime - game.time ();
|
||||
m_killsInterval = game.time () - m_lastVictimTime;
|
||||
|
||||
if (m_killsInterval <= 5.0f) {
|
||||
++m_killsCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue