Skip to content

Commit

Permalink
fix: only passed score has replay
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueRou committed Dec 7, 2023
1 parent dce4d3a commit 34780ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/domains/osu.py
Original file line number Diff line number Diff line change
Expand Up @@ -918,8 +918,8 @@ async def osuSubmitModularSelector(
if score.player.is_online:
score.player.logout()

# suspect the score after the replay file written
asyncio.ensure_future(anticheat.check_suspicion(player, score))
# suspect the score after the replay file written
asyncio.ensure_future(anticheat.check_suspicion(player, score))

""" Update the user's & beatmap's stats """

Expand Down

0 comments on commit 34780ad

Please sign in to comment.