mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 00:49:53 +08:00
Reset online status on logout
This commit is contained in:
@@ -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(() =>
|
||||
|
||||
Reference in New Issue
Block a user