forked from teamnwah/openmw-tes3coop
Run tes3mp-netlauncher instead openmw in the OpenMW Launcher
This commit is contained in:
parent
90908ed113
commit
f7dc30387c
1 changed files with 1 additions and 1 deletions
|
@ -580,6 +580,6 @@ void Launcher::MainDialog::play()
|
||||||
|
|
||||||
// Launch the game detached
|
// Launch the game detached
|
||||||
|
|
||||||
if (mGameInvoker->startProcess(QLatin1String("openmw"), true))
|
if (mGameInvoker->startProcess(QLatin1String("tes3mp-netlauncher"), true))
|
||||||
return qApp->quit();
|
return qApp->quit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue