mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix crash
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user