Skip to content

Commit

Permalink
Fix: Event Stats CF Leaderboard Edge Case (#3076)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidArthurCole authored Dec 17, 2024
1 parent c00cf55 commit d82d3fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ object HoppityEventSummary {

@HandleEvent
fun onProfileJoin(event: ProfileJoinEvent) {
lastSnapshotServer = null
checkEnded()
}

Expand Down

0 comments on commit d82d3fa

Please sign in to comment.