We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7005d commit b04f5abCopy full SHA for b04f5ab
osu.Game/OsuGame.cs
@@ -89,7 +89,7 @@ public partial class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>, IL
89
// Different port allows running release and debug builds alongside each other.
90
public const string IPC_PIPE_NAME = "osu-lazer-debug";
91
#else
92
- public const string IPC_PORT = "osu-lazer";
+ public const string IPC_PIPE_NAME = "osu-lazer";
93
#endif
94
95
/// <summary>
0 commit comments