Fixed possible addrinfo leak.

This commit is contained in:
jeefo 2019-09-22 01:01:24 +03:00
commit 4b035819cb
2 changed files with 2 additions and 1 deletions

View file

@ -3875,7 +3875,7 @@ void Bot::defuseBomb_ () {
}
// we are defusing bomb
if (m_hasProgressBar || pickupExists || (m_oldButtons & IN_USE)) {
if (m_hasProgressBar || (m_oldButtons & IN_USE)) {
pev->button |= IN_USE;
m_reloadState = Reload::None;