-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Conversation
There was a problem hiding this 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.
Co-Authored-By: peppy <pe@ppy.sh>
There was a problem hiding this 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
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.