Skip to content

Commit

Permalink
RMG: add error when downloading json file fails in CreateNetplaySessi…
Browse files Browse the repository at this point in the history
…onDialog
  • Loading branch information
Rosalie241 committed Dec 24, 2024
1 parent 7930965 commit b880670
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ void CreateNetplaySessionDialog::on_networkAccessManager_Finished(QNetworkReply*
{
if (reply->error())
{
this->showErrorMessage("Server Error", "Failed to retrieve server json list: " + reply->errorString());
reply->deleteLater();
return;
}
Expand Down

0 comments on commit b880670

Please sign in to comment.