mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-29 08:05:46 +03:00
Fix dead defuser progress bar issues (#188)
This commit is contained in:
parent
25d2e6ce9e
commit
bf4ec67a6f
@ -1361,6 +1361,10 @@ void CGrenade::C4Think()
|
|||||||
m_bStartDefuse = false;
|
m_bStartDefuse = false;
|
||||||
m_pBombDefuser = nullptr;
|
m_pBombDefuser = nullptr;
|
||||||
|
|
||||||
|
#ifdef REGAMEDLL_FIXES
|
||||||
|
pPlayer->SetProgressBarTime(0);
|
||||||
|
#endif
|
||||||
|
|
||||||
// tell the bots someone has aborted defusing
|
// tell the bots someone has aborted defusing
|
||||||
if (TheBots)
|
if (TheBots)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user