1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 00:20:41 +08:00

Merge branch 'master' into sliderbar-tooltip-precision

This commit is contained in:
Dean Herbert
2018-01-12 18:58:30 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -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)