mirror of
https://github.com/osukey/osukey.git
synced 2025-06-04 04:17:21 +09:00
Merge pull request #6749 from iiSaLMaN/fix-dummy-api-logged-in-not-correct
Fix DummyAPIAccess.IsLoggedIn returning incorrect values
This commit is contained in:
commit
eaf2123142
@ -19,7 +19,7 @@ namespace osu.Game.Online.API
|
||||
|
||||
public Bindable<UserActivity> Activity { get; } = new Bindable<UserActivity>();
|
||||
|
||||
public bool IsLoggedIn => true;
|
||||
public bool IsLoggedIn => State == APIState.Online;
|
||||
|
||||
public string ProvidedUsername => LocalUser.Value.Username;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user