mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 19:36:42 +00:00
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
|
||||
|
||||
if (mGameInvoker->startProcess(QLatin1String("openmw"), true))
|
||||
if (mGameInvoker->startProcess(QLatin1String("tes3mp-netlauncher"), true))
|
||||
return qApp->quit();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue