Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure beatmap is not disabled before continuing with present #4320

Merged
merged 9 commits into from
Mar 5, 2019

Conversation

peppy
Copy link
Member

@peppy peppy commented Feb 24, 2019

Closes #4312.

Note that we can also fix this at the song select end, and may want to. PRing this for discussion.

Also note that the scenario pointed out in the related issue is a bit of a weird one. Clicking the button on the beatmap overlay should probably not work during multiplayer, or be blocked in some form.

Copy link
Contributor

@smoogipoo smoogipoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please move the nested method to the bottom of the method? Half the reason this occurred is because it is really unintuitive to jump into a new method then out of it, and made it personally hard for me to track this down.

osu.Game/OsuGame.cs Outdated Show resolved Hide resolved
osu.Game/OsuGame.cs Outdated Show resolved Hide resolved
osu.Game/OsuGame.cs Outdated Show resolved Hide resolved
@peppy peppy added this to the March 2019 milestone Mar 4, 2019
@peppy peppy requested a review from smoogipoo March 4, 2019 06:54
Copy link
Contributor

@smoogipoo smoogipoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to work well

@smoogipoo smoogipoo merged commit ebd9eb3 into ppy:master Mar 5, 2019
@peppy peppy deleted the fix-disabled-set-crash branch March 6, 2019 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhandled exception when clicking download button of deleted beatmap
2 participants