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

Fix missing ruleset IDs in non-legacy rulesets #7338

Merged
merged 7 commits into from
Dec 25, 2019

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented Dec 24, 2019

Closes #7335.

Also removes LegacyID from Ruleset, moving it to an interface (should only be used by legacy rulesets – custom rulesets need not care about such complexities).

Alternative to #7336, although ends up approaching the issue similarly. Have added comments discussing the future direction to avoid this temporary fix (involves using Ruleset instead of RulesetInfo in a lot of places game-wide).

smoogipoo
smoogipoo previously approved these changes Dec 25, 2019
@smoogipoo smoogipoo merged commit 19ce3eb into ppy:master Dec 25, 2019
@peppy peppy deleted the remove-legacy-id branch February 7, 2020 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RulesetInfo ID parameter gets passed incorrectly
2 participants