prevent loosing life en skipping map

This commit is contained in:
Beu 2025-01-18 14:03:37 +01:00
parent e2dc0d5d73
commit 80e4641eb9

View File

@ -473,7 +473,7 @@ declare Text[] LostLifeAccountIds;
declare Text[] EliminatedAccountIds;
declare Integer[] EliminatedRanks;
if (Round_ForceEndRound || Round_SkipPauseRound) {
if (Round_ForceEndRound || Round_SkipPauseRound || Round_Skipped) {
// Cancel points
foreach (Score in Scores) {
Scores::SetPlayerRoundPoints(Score, 0);