fix: syntax error

This commit is contained in:
jeefo 2023-05-07 01:05:35 +03:00
commit 9f41cfb33f
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED

View file

@ -531,7 +531,7 @@ Vector Bot::getBodyOffsetError (float distance) {
spot += compensation;
if (usesKnife () && m_difficulty >= Difficulty::Normal) {
spot = m_enemyOrigin;bn
spot = m_enemyOrigin;
}
m_lastEnemyOrigin = spot;