diff --git a/TM_MultiLivesKnockout.Script.txt b/TM_MultiLivesKnockout.Script.txt index d32add0..f687e7d 100644 --- a/TM_MultiLivesKnockout.Script.txt +++ b/TM_MultiLivesKnockout.Script.txt @@ -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);