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:
parent
ef24780642
commit
5711c428ca
@ -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 =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user