mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 09:03:22 +08:00
Fix incorrect online conditional check in social browser logic
This commit is contained in:
parent
ad99d47fd8
commit
ff725f0e32
@ -155,7 +155,7 @@ namespace osu.Game.Overlays
|
||||
loading.Hide();
|
||||
getUsersRequest?.Cancel();
|
||||
|
||||
if (api?.IsLoggedIn == false)
|
||||
if (api?.IsLoggedIn != true)
|
||||
return;
|
||||
|
||||
switch (Header.Tabs.Current.Value)
|
||||
|
Loading…
Reference in New Issue
Block a user