From 7a9479bdd0dfd8016b1b44b961e73946134fb0c2 Mon Sep 17 00:00:00 2001 From: jeefo Date: Sun, 22 Sep 2019 17:56:45 +0300 Subject: [PATCH] Bomb-Defuse fix. --- source/basecode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basecode.cpp b/source/basecode.cpp index b69c401..dcbacfa 100644 --- a/source/basecode.cpp +++ b/source/basecode.cpp @@ -3904,7 +3904,7 @@ void Bot::defuseBomb_ () { } // we are defusing bomb - if (m_hasProgressBar || (m_oldButtons & IN_USE)) { + if (m_hasProgressBar || pickupExists || (m_oldButtons & IN_USE)) { pev->button |= IN_USE; m_reloadState = Reload::None;