mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Use same method of exiting execution as previously for safety
This commit is contained in:
parent
3b174a71a3
commit
5e53058fbc
@ -76,7 +76,7 @@ namespace osu.Desktop
|
||||
if (!DebugUtils.IsDebugBuild)
|
||||
{
|
||||
Logger.Log(@"osu! does not support multiple running instances.", LoggingTarget.Runtime, LogLevel.Error);
|
||||
Environment.Exit(0);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user