prevent loosing life en skipping map
This commit is contained in:
@ -473,7 +473,7 @@ declare Text[] LostLifeAccountIds;
|
|||||||
declare Text[] EliminatedAccountIds;
|
declare Text[] EliminatedAccountIds;
|
||||||
declare Integer[] EliminatedRanks;
|
declare Integer[] EliminatedRanks;
|
||||||
|
|
||||||
if (Round_ForceEndRound || Round_SkipPauseRound) {
|
if (Round_ForceEndRound || Round_SkipPauseRound || Round_Skipped) {
|
||||||
// Cancel points
|
// Cancel points
|
||||||
foreach (Score in Scores) {
|
foreach (Score in Scores) {
|
||||||
Scores::SetPlayerRoundPoints(Score, 0);
|
Scores::SetPlayerRoundPoints(Score, 0);
|
||||||
|
Reference in New Issue
Block a user