fix: syntax error
This commit is contained in:
parent
2b2b82ee13
commit
9f41cfb33f
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ Vector Bot::getBodyOffsetError (float distance) {
|
||||||
spot += compensation;
|
spot += compensation;
|
||||||
|
|
||||||
if (usesKnife () && m_difficulty >= Difficulty::Normal) {
|
if (usesKnife () && m_difficulty >= Difficulty::Normal) {
|
||||||
spot = m_enemyOrigin;bn
|
spot = m_enemyOrigin;
|
||||||
}
|
}
|
||||||
m_lastEnemyOrigin = spot;
|
m_lastEnemyOrigin = spot;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue