Fix dead defuser progress bar issues (#188)

This commit is contained in:
In-line 2017-11-01 19:48:17 +04:00 committed by Dmitry Novikov
parent 25d2e6ce9e
commit bf4ec67a6f

View File

@ -1361,6 +1361,10 @@ void CGrenade::C4Think()
m_bStartDefuse = false;
m_pBombDefuser = nullptr;
#ifdef REGAMEDLL_FIXES
pPlayer->SetProgressBarTime(0);
#endif
// tell the bots someone has aborted defusing
if (TheBots)
{