Fix the C4 Bomb not being cleared from the inventory after every round.

This commit is contained in:
Marco Cawthorne 2019-01-06 22:00:17 +01:00
parent f0d107bb8a
commit 76c34de632

View file

@ -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;