diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2f7c073..e1530e3 100755 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -651,7 +651,7 @@ void MainWindow::Launch(QStringList arguments) } #else QString gamePath = getGamePath(); - QFile port = QFile(getGamePath()); + QFile port = QFile(getGamePath(); if (port.exists()) { QProcess *process = new QProcess;