mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Fix crash
This commit is contained in:
@ -142,7 +142,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
}
|
}
|
||||||
else
|
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
|
// don't allow changing scores if the match has a progression. can cause large data loss
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user