mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 15:17:27 +08:00
Remove call to RegisterUriScheme
Seems both unnecessary, and crashes the whole came on macOS.
This commit is contained in:
parent
0d36495cfc
commit
1951eb30bc
@ -52,8 +52,6 @@ namespace osu.Desktop
|
||||
SkipIdenticalPresence = false // handles better on discord IPC loss, see updateStatus call in onReady.
|
||||
};
|
||||
|
||||
client.RegisterUriScheme();
|
||||
|
||||
client.OnReady += onReady;
|
||||
|
||||
// safety measure for now, until we performance test / improve backoff for failed connections.
|
||||
|
Loading…
Reference in New Issue
Block a user