mirror of
https://github.com/ppy/osu.git
synced 2025-02-25 19:42:56 +08:00
This subtle detail was messing with server-side score import flows. Server-side, legacy total score will *already* be in `LegacyTotalScore` from the start, and `TotalScore` will be zero until recomputed via `StandardisedScoreMigrationTools.UpdateFromLegacy()` - so in that context, attempting to move it across is incorrect. |
||
---|---|---|
.. | ||
DatabasedLegacyScoreDecoder.cs | ||
LegacyReplaySoloScoreInfo.cs | ||
LegacyScoreDecoder.cs | ||
LegacyScoreEncoder.cs | ||
ScoreInfoExtensions.cs |