mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:17:27 +08:00
Fix crash when entering multiplayer on macOS
This commit is contained in:
parent
3793a552b8
commit
c7f3a599c9
@ -205,7 +205,9 @@ namespace osu.Desktop
|
|||||||
Password = room.Settings.Password,
|
Password = room.Settings.Password,
|
||||||
};
|
};
|
||||||
|
|
||||||
presence.Secrets.JoinSecret = JsonConvert.SerializeObject(roomSecret);
|
if (client.HasRegisteredUriScheme)
|
||||||
|
presence.Secrets.JoinSecret = JsonConvert.SerializeObject(roomSecret);
|
||||||
|
|
||||||
// discord cannot handle both secrets and buttons at the same time, so we need to choose something.
|
// discord cannot handle both secrets and buttons at the same time, so we need to choose something.
|
||||||
// the multiplayer room seems more important.
|
// the multiplayer room seems more important.
|
||||||
presence.Buttons = null;
|
presence.Buttons = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user