Fix the C4 bomb not being cleared when dropping it.
This commit is contained in:
parent
84399e33c9
commit
79db5ac5fe
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ void Weapon_DropWeapon( int iSlot ) {
|
|||
self.fSlotGrenade = 0;
|
||||
} else if ( iSlot == SLOT_C4BOMB ) {
|
||||
fWeapon = self.fSlotC4Bomb;
|
||||
self.fSlotGrenade = 0;
|
||||
self.fSlotC4Bomb = 0;
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue