mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +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 LegacyTcpIpcProvider()
|
||||
: base(45357)
|
||||
{
|
||||
base.MessageReceived += msg =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user