mirror of
https://github.com/ppy/osu.git
synced 2025-03-12 11:07:45 +08:00
While a mod-created replay did flag itself as performed by a bot, the extension method converting it into a Score did not copy all the generated properties. As noted, it might be preferable for ModCreatedUser to inherit APIUser and forward it as-is to the Score instance. Related to PR #24675