mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 00:20:21 +08:00
Fix IPC not working in release
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user