Closed smoogipoo closed 4 years ago
When running this server side, apply the following changes to osu_beatmap_performance_blacklist
:
DELETE FROM osu_beatmap_performance_blacklist WHERE beatmap_id=2149792;
INSERT INTO osu_beatmap_performance_blacklist (beatmap_id, mode) VALUES (1257904, 2);
The first is a beatmap which triggered an edge-case that doesn't exist anymore, the second is a ranked aspire beatmap 😶 .
Prereqs:
Discussions occurred in the same place as in the above PR.