1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 08:22:56 +08:00

Increment IPC port

This commit is contained in:
Dan Balasescu 2021-11-28 21:15:21 +09:00
parent ef24780642
commit 5711c428ca

View File

@ -13,6 +13,7 @@ namespace osu.Desktop.LegacyIpc
public new Func<object, object> MessageReceived; public new Func<object, object> MessageReceived;
public LegacyTcpIpcProvider() public LegacyTcpIpcProvider()
: base(45357)
{ {
base.MessageReceived += msg => base.MessageReceived += msg =>
{ {