Skip to content

Commit

Permalink
Remove waitForFinished() per review
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Jan 9, 2024
1 parent bdd9633 commit d375eef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/fc_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ void fc_client::load_modpack()
QProcess *modProcess = new QProcess(this);
QStringList arguments;
modProcess->start(location, arguments);
modProcess->waitForFinished();
}

/**
Expand Down

0 comments on commit d375eef

Please sign in to comment.