mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Increment IPC port
This commit is contained in:
@ -13,6 +13,7 @@ namespace osu.Desktop.LegacyIpc
|
||||
public new Func<object, object> MessageReceived;
|
||||
|
||||
public LegacyTcpIpcProvider()
|
||||
: base(45357)
|
||||
{
|
||||
base.MessageReceived += msg =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user