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

Remove unnecessary StartAsync call on TcpIpcProvider

This commit is contained in:
Dean Herbert 2021-12-16 19:53:22 +09:00
parent 0eac655cff
commit c08b6cf160

View File

@ -90,7 +90,6 @@ namespace osu.Desktop
Logger.Log("Starting legacy IPC provider...");
legacyIpc = new LegacyTcpIpcProvider();
legacyIpc.Bind();
legacyIpc.StartAsync();
}
catch (Exception ex)
{