fix(achievement): fix cannot achieve Deliberation
This commit is contained in:
@@ -379,7 +379,7 @@ async def deliberation(
|
|||||||
return False
|
return False
|
||||||
if (
|
if (
|
||||||
not beatmap.beatmap_status.has_pp()
|
not beatmap.beatmap_status.has_pp()
|
||||||
or beatmap.beatmap_status != BeatmapRankStatus.LOVED
|
and beatmap.beatmap_status != BeatmapRankStatus.LOVED
|
||||||
):
|
):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user