You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We're going to hijack the existing session and load a new savegame into it. This will mainly occur when users click on links in Bugzilla that will automatically copy saves and load them
1397
1397
// directly from the web browser. The -hijack command prevents the launcher from objecting that there is already an instance of the game.
1398
1398
if (CommandLine()->CheckParm( "-hijack" ))
@@ -1443,7 +1443,7 @@ DLL_EXPORT int LauncherMain( int argc, char **argv )
1443
1443
#elif defined( POSIX )
1444
1444
else
1445
1445
{
1446
-
if ( !GrabSourceMutex() )
1446
+
if ( !GrabSourceMutex() && !multiRun )
1447
1447
{
1448
1448
::MessageBox(NULL, "Only one instance of the game can be running at one time.", "Source - Warning", 0 );
0 commit comments