1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove call to RegisterUriScheme

Seems both unnecessary, and crashes the whole came on macOS.
This commit is contained in:
Dean Herbert 2022-06-15 02:27:49 +09:00
parent 0d36495cfc
commit 1951eb30bc

View File

@ -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.