Skip to content

Commit eeac8f5

Browse files
authored
Merge pull request #31000 from LittleEndu/release-ipc-name
Fix IPC not working in release
2 parents 3e7005d + b04f5ab commit eeac8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osu.Game/OsuGame.cs

Lines changed: 1 addition & 1 deletion
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)