aboutsummaryrefslogtreecommitdiff
path: root/application/widgets/ServerStatus.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2021-01-17 18:53:03 +0000
committerGitHub <noreply@github.com>2021-01-17 18:53:03 +0000
commit02887536f773643313f15442fc82cebf616da54a (patch)
treeb65e7eadd88f048254f739e101c644b9a2ad311b /application/widgets/ServerStatus.cpp
parentdc45d46e9c7e0de2f919c70d80ddebd744c4c751 (diff)
parent9100373af2655c2eaccdd738d57dfa506ab6ddb5 (diff)
downloadPrismLauncher-02887536f773643313f15442fc82cebf616da54a.tar.gz
PrismLauncher-02887536f773643313f15442fc82cebf616da54a.tar.bz2
PrismLauncher-02887536f773643313f15442fc82cebf616da54a.zip
Merge pull request #3524 from TreyRuffy/SessionServerFix
Switch Session Server
Diffstat (limited to 'application/widgets/ServerStatus.cpp')
-rw-r--r--application/widgets/ServerStatus.cpp2
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();