Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderBoy9217 authored Oct 22, 2023
1 parent 640d391 commit 123d8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ void function PostDeathThread_MP( entity player, var damageInfo ) // based on ga
else
player.SetObserverTarget( null )

if ( ( GamePlayingOrSuddenDeath() || GetGameState() == eGameState.Epilogue ) && !file.playerDeathsHidden )
if ( ( GamePlayingOrSuddenDeath() || GetGameState() == eGameState.Epilogue || GetGameState() == eGameState.WinnerDetermined ) && !file.playerDeathsHidden )
player.AddToPlayerGameStat( PGS_DEATHS, 1 )

if ( !file.playerDeathsHidden )
Expand Down

0 comments on commit 123d8dd

Please sign in to comment.