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 25, 2024
1 parent 5a44334 commit 7c76e8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,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 7c76e8c

Please sign in to comment.