-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix v1.9.0 bug #31
Fix v1.9.0 bug #31
Conversation
* Reverted the code bricking the score calculation * Removed obsolete activeSceneChanged unsubscribe
Once again, thank you for the PR. I'll try to release it as soon as I can. I would recommend that in the future you describe what the fix actually fixes in the commit message and the PR name instead of what version it applies to, since that information is more useful. I would also recommend you try to learn how to work with branches and at some point also how to rebase your changes, both of which should make your git history cleaner and help limit the commits listed in PRs you make. |
Thank you, and again sorry about everything 🙇 |
For future reference, the explanation of what this PR does is in the previous PR: https://github.com/opl-/beatsaber-http-status/pull/30#issuecomment-570259532 Will publish this in a bit. |
Fixes: - Rank and note events not processed correctly (#31)
30 lighting event bug
Rank and notes were not being processed correctly due to OnActiveSceneChange being called two times