Skip to content

Commit

Permalink
Fix IPC not working in release
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleEndu committed Dec 7, 2024
1 parent 3e7005d commit b04f5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/OsuGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public partial class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>, IL
// 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>
Expand Down

0 comments on commit b04f5ab

Please sign in to comment.