1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 13:14:25 +08:00
Files
osu-lazer/osu.Game
T
Dean Herbert 196b28115e Fix playlist leaderboard provider potentially inserting local user in wrong order
Due to `Perform` being used from a BDL method in conjunction with
`Success` (which is scheduled to the *update* thread), there was a
chance that the order of execution would be not quite as intended.

To rectify, let's not use `Success` and just continue with synchronous
flow.
196b28115e · 2025-08-26 17:51:02 +09:00
History
..
2025-08-12 14:26:20 +09:00
2025-07-29 13:19:43 +09:00
2025-08-21 09:00:44 +02:00
2025-04-28 15:52:31 +09:00
2025-07-28 11:38:50 +02:00
2025-08-21 14:44:43 +02:00