do not increase round counter on skip
This commit is contained in:
parent
deea33e0bd
commit
80003e1a39
@ -479,6 +479,7 @@ if (Round_ForceEndRound || Round_SkipPauseRound) {
|
|||||||
ForcedEndRoundSequence();
|
ForcedEndRoundSequence();
|
||||||
}
|
}
|
||||||
MB_SetValidRound(False);
|
MB_SetValidRound(False);
|
||||||
|
Match_CurrentRoundNb -= 1;
|
||||||
} else {
|
} else {
|
||||||
// Eliminate players that did not finish in time
|
// Eliminate players that did not finish in time
|
||||||
declare Ident[] EliminatedPlayersScoresIds = []; // Score.Id
|
declare Ident[] EliminatedPlayersScoresIds = []; // Score.Id
|
||||||
|
Loading…
Reference in New Issue
Block a user