Gamerules: Fix dead flag in multiplayer.

This commit is contained in:
Marco Cawthorne 2022-04-24 16:54:13 -07:00
parent 98a7151ab2
commit d39a8f1c0b
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ HLMultiplayerRules::PlayerSpawn(base_player pp)
pl.customphysics = Empty;
pl.iBleeds = TRUE;
forceinfokey(pl, "*spec", "0");
forceinfokey(pl, "*dead", "0");
forceinfokey(pl, "*deaths", ftos(pl.deaths));
LevelNewParms();