diff --git a/Source/RMG/UserInterface/Dialog/Netplay/CreateNetplaySessionDialog.cpp b/Source/RMG/UserInterface/Dialog/Netplay/CreateNetplaySessionDialog.cpp index 3e6f67968..3bb60820d 100644 --- a/Source/RMG/UserInterface/Dialog/Netplay/CreateNetplaySessionDialog.cpp +++ b/Source/RMG/UserInterface/Dialog/Netplay/CreateNetplaySessionDialog.cpp @@ -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; }