diff --git a/apps/launcher/maindialog.cpp b/apps/launcher/maindialog.cpp index 94e186db8..190296703 100644 --- a/apps/launcher/maindialog.cpp +++ b/apps/launcher/maindialog.cpp @@ -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(); }