mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
disable multi instance launching for studio
This commit is contained in:
parent
dce26a19d4
commit
f971be3f62
@ -286,7 +286,7 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
Mutex? singletonMutex = null;
|
Mutex? singletonMutex = null;
|
||||||
|
|
||||||
if (Settings.Prop.MultiInstanceLaunching)
|
if (Settings.Prop.MultiInstanceLaunching && !isStudioLaunch)
|
||||||
{
|
{
|
||||||
Logger.WriteLine(LOG_IDENT, "Creating singleton mutex");
|
Logger.WriteLine(LOG_IDENT, "Creating singleton mutex");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user