diff --git a/Source/Shared/WeaponC4Bomb.c b/Source/Shared/WeaponC4Bomb.c index c9a61138..65637ad3 100755 --- a/Source/Shared/WeaponC4Bomb.c +++ b/Source/Shared/WeaponC4Bomb.c @@ -110,7 +110,7 @@ static void WeaponC4BOMB_Use( void ) { static void WeaponC4BOMB_Think( void ) { // If the guy who started using us stopped using us, reset the defuser counter - if ( ( self.eUser != world ) && ( self.eUser.button3 == FALSE ) ) { + if ( ( self.eUser != world ) && ( self.eUser.button5 == FALSE ) ) { self.eUser.fProgressBar = 0; self.eUser = world; fDefuseProgress = 0;