bot: remove check for weapon switch time by now

This commit is contained in:
jeefo 2023-04-12 11:28:57 +03:00
commit 085c4aab85
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
4 changed files with 20 additions and 26 deletions

View file

@ -1411,7 +1411,6 @@ void Bot::newRound () {
m_combatStrafeDir = Dodge::None;
m_fightStyle = Fight::None;
m_lastFightStyleCheck = 0.0f;
m_lastBadWeaponSwitchTime = 0.0f;
m_checkWeaponSwitch = true;
m_checkKnifeSwitch = true;