mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix crash
This commit is contained in:
parent
c210ea7c39
commit
2abe96fb9c
@ -142,7 +142,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
}
|
||||
else
|
||||
{
|
||||
if (pairing.Progression.Value.Completed)
|
||||
if (pairing.Progression.Value?.Completed.Value != false)
|
||||
// don't allow changing scores if the match has a progression. can cause large data loss
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user