Fix the C4 Bomb not being cleared from the inventory after every round.
This commit is contained in:
parent
f0d107bb8a
commit
76c34de632
1 changed files with 5 additions and 5 deletions
|
@ -145,7 +145,7 @@ void Spawn_RespawnClient( float fTeam ) {
|
|||
self.vPain = Player_Pain;
|
||||
self.vDeath = Player_Death;
|
||||
self.iBleeds = TRUE;
|
||||
self.fSlotGrenade = 0; // Clear the C4
|
||||
self.fSlotC4Bomb = 0; // Clear the C4
|
||||
self.viewzoom = 1.0; // Clear scopes
|
||||
|
||||
self.origin = eSpawn.origin;
|
||||
|
|
Loading…
Reference in a new issue