mirror of https://github.com/ppy/osu
Disable IPC binding in tournament client to allow running concurrently
This commit is contained in:
parent
34a519f803
commit
56a4989f71
|
@ -85,7 +85,7 @@ public static void Main(string[] args)
|
|||
}
|
||||
}
|
||||
|
||||
using (DesktopGameHost host = Host.GetSuitableDesktopHost(gameName, new HostOptions { BindIPC = true }))
|
||||
using (DesktopGameHost host = Host.GetSuitableDesktopHost(gameName, new HostOptions { BindIPC = !tournamentClient }))
|
||||
{
|
||||
if (!host.IsPrimaryInstance)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue