// 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
// directly from the web browser. The -hijack command prevents the launcher from objecting that there is already an instance of the game.
if(CommandLine()->CheckParm("-hijack"))
@ -1443,7 +1443,7 @@ DLL_EXPORT int LauncherMain( int argc, char **argv )
@@ -1443,7 +1443,7 @@ DLL_EXPORT int LauncherMain( int argc, char **argv )
#elif defined( POSIX )
else
{
if(!GrabSourceMutex())
if(!GrabSourceMutex()&&!multiRun)
{
::MessageBox(NULL,"Only one instance of the game can be running at one time.","Source - Warning",0);