Run tes3mp-netlauncher instead openmw in the OpenMW Launcher

This commit is contained in:
Koncord 2017-01-12 08:55:21 +08:00
parent 90908ed113
commit f7dc30387c

View file

@ -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();
}