mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Whoops, forgot that comment
This commit is contained in:
parent
abbc13c60f
commit
e65826979e
@ -92,7 +92,7 @@ namespace osu.Desktop
|
||||
return;
|
||||
}
|
||||
|
||||
if (/*status.Value is UserStatusOnline &&*/ activity.Value != null)
|
||||
if (status.Value is UserStatusOnline && activity.Value != null)
|
||||
{
|
||||
presence.State = truncate(activity.Value.Status);
|
||||
presence.Details = truncate(getDetails(activity.Value));
|
||||
|
Loading…
Reference in New Issue
Block a user