diff options
author | Petr Mrázek <peterix@users.noreply.github.com> | 2021-01-17 18:53:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 18:53:03 +0000 |
commit | 02887536f773643313f15442fc82cebf616da54a (patch) | |
tree | b65e7eadd88f048254f739e101c644b9a2ad311b /application | |
parent | dc45d46e9c7e0de2f919c70d80ddebd744c4c751 (diff) | |
parent | 9100373af2655c2eaccdd738d57dfa506ab6ddb5 (diff) | |
download | PrismLauncher-02887536f773643313f15442fc82cebf616da54a.tar.gz PrismLauncher-02887536f773643313f15442fc82cebf616da54a.tar.bz2 PrismLauncher-02887536f773643313f15442fc82cebf616da54a.zip |
Merge pull request #3524 from TreyRuffy/SessionServerFix
Switch Session Server
Diffstat (limited to 'application')
-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(); |