Counter-Strike: Make sure the ITEM_C4BOMB is unset whenever clients spawn...

This commit is contained in:
Marco Cawthorne 2020-08-17 05:55:10 +02:00
parent 108da90299
commit 308a529244

View file

@ -702,6 +702,7 @@ CSMultiplayerRules::PlayerRespawn(base_player pp, int fTeam)
pl.flags = FL_CLIENT;
pl.iBleeds = TRUE;
pl.viewzoom = 1.0;
pl.g_items &= ~ITEM_C4BOMB;
pl.origin = eSpawn.origin;
pl.angles = eSpawn.angles;