You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just mis-scored the match? Now it's considered past. It won't affect anything to rescore it, but there is no difference between this case and an actually dangerous recore.
Implement a default "virtual" that implementations can override with a check if the current match has something in its progression tree (and so is unsafe to rescore). Duel could simply check if right or down is played, ffa could check if next round has any played matches (although this is not a problem in upcoming ffa-tb), groupstage could just return false or have an option for it.
The text was updated successfully, but these errors were encountered:
Just mis-scored the match? Now it's considered past. It won't affect anything to rescore it, but there is no difference between this case and an actually dangerous recore.
Implement a default "virtual" that implementations can override with a check if the current match has something in its progression tree (and so is unsafe to rescore). Duel could simply check if
right
ordown
is played, ffa could check if next round has any played matches (although this is not a problem in upcoming ffa-tb), groupstage could just return false or have an option for it.The text was updated successfully, but these errors were encountered: