Skip to content
Lekuru edited this page Jan 17, 2024 · 4 revisions

The current enum for the Status looks like this:

Name Value
Idle 0
Afk 1
Playing 2
Editing 3
Modding 4
Multiplayer 5
Watching 6
Unknown 7
Testing 8
Submitting 9
Paused 10
Lobby 11
Multiplaying 12
OsuDirect 13

There we're a few changes in b337:

Name Value
Idle 0
Afk 1
Playing 2
Editing 3
Modding 4
Multiplayer 5
Watching 6
Unknown 7
Testing 8
Submitting 9
StatsUpdate 10
Paused 11
Lobby 12

Additionally, the client's stats would only update, if the "StatsUpdate" status was set.

Clone this wiki locally