From 9100373af2655c2eaccdd738d57dfa506ab6ddb5 Mon Sep 17 00:00:00 2001 From: TreyRuffy Date: Mon, 11 Jan 2021 19:26:40 -0700 Subject: [PATCH] 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 --- application/widgets/ServerStatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();