Skip to content

Commit b04f5ab

Browse files
committed
Fix IPC not working in release
1 parent 3e7005d commit b04f5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Game/OsuGame.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public partial class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>, IL
8989
// Different port allows running release and debug builds alongside each other.
9090
public const string IPC_PIPE_NAME = "osu-lazer-debug";
9191
#else
92-
public const string IPC_PORT = "osu-lazer";
92+
public const string IPC_PIPE_NAME = "osu-lazer";
9393
#endif
9494

9595
/// <summary>

0 commit comments

Comments
 (0)