diff options
author | TreyRuffy <TreyRuffy@users.noreply.github.com> | 2021-01-11 19:26:40 -0700 |
---|---|---|
committer | TreyRuffy <TreyRuffy@users.noreply.github.com> | 2021-01-11 19:26:40 -0700 |
commit | 9100373af2655c2eaccdd738d57dfa506ab6ddb5 (patch) | |
tree | b65e7eadd88f048254f739e101c644b9a2ad311b | |
parent | dc45d46e9c7e0de2f919c70d80ddebd744c4c751 (diff) | |
download | PrismLauncher-9100373af2655c2eaccdd738d57dfa506ab6ddb5.tar.gz PrismLauncher-9100373af2655c2eaccdd738d57dfa506ab6ddb5.tar.bz2 PrismLauncher-9100373af2655c2eaccdd738d57dfa506ab6ddb5.zip |
Switch Session Server
sessionserver.mojang.com has been down for a while and it looks like it is no longer in use.
https://bugs.mojang.com/browse/WEB-3166?focusedCommentId=820167&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-820167
I have switched the url to session.minecraft.net
-rw-r--r-- | application/widgets/ServerStatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/widgets/ServerStatus.cpp b/application/widgets/ServerStatus.cpp index ce0aed9c..87c34f70 100644 --- a/application/widgets/ServerStatus.cpp +++ b/application/widgets/ServerStatus.cpp @@ -65,7 +65,7 @@ ServerStatus::ServerStatus(QWidget *parent, Qt::WindowFlags f) : QWidget(parent, addStatus("authserver.mojang.com", tr("Auth")); addLine(); - addStatus("sessionserver.mojang.com", tr("Session")); + addStatus("session.minecraft.net", tr("Session")); addLine(); addStatus("textures.minecraft.net", tr("Skins")); addLine(); |