1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 04:59:52 +08:00

Reset online status on logout

This commit is contained in:
Dean Herbert
2024-07-29 20:02:18 +09:00
Unverified
parent c142adf926
commit 11265538c4
+1
View File
@@ -599,6 +599,7 @@ namespace osu.Game.Online.API
password = null;
SecondFactorCode = null;
authentication.Clear();
configStatus.Value = UserStatus.Online;
// Scheduled prior to state change such that the state changed event is invoked with the correct user and their friends present
Schedule(() =>