1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 01:21:31 +08:00
Files
osu-lazer/osu.Game/Screens/Play
T
Bartłomiej Dach 2a85f7b7c8 Do not attempt to retrieve score submission tokens for locally-modified beatmaps
Because it is 99% sure that doing so will fail and spam the user with
"this beatmap doesn't match the online version" notifications, and
because the map status is "locally modified", they should be pretty
aware of that already. This fixes the primary mode of the failure that
https://github.com/ppy/osu/pull/35173 was attempting to hack around.

This will have regressed somewhere around the time that BSS went live,
because at that point the editor stopped resetting online IDs for
beatmaps that got locally modified, making the `beatmapId <= 0` guards
no longer prevent attempts of submission.
2a85f7b7c8 · 2025-10-02 09:16:17 +02:00
History
..
2024-02-27 23:58:28 -08:00
2025-03-18 16:49:44 +09:00