1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-30 03:02:54 +08:00

Fix IPC not working in release

This commit is contained in:
Endrik Tombak 2024-12-07 14:13:14 +02:00
parent 3e7005d50f
commit b04f5ab6e4

View File

@ -89,7 +89,7 @@ namespace osu.Game
// Different port allows running release and debug builds alongside each other.
public const string IPC_PIPE_NAME = "osu-lazer-debug";
#else
public const string IPC_PORT = "osu-lazer";
public const string IPC_PIPE_NAME = "osu-lazer";
#endif
/// <summary>