replace auth server ping
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
2145f9f0ac
commit
b7008d2880
2 changed files with 1 additions and 2 deletions
|
@ -315,7 +315,7 @@ void LaunchController::launchInstance()
|
|||
online_mode = "online";
|
||||
|
||||
// Prepend Server Status
|
||||
QStringList servers = { "authserver.mojang.com", "session.minecraft.net", "textures.minecraft.net", "api.mojang.com" };
|
||||
QStringList servers = { "login.microsoftonline.com", "session.minecraft.net", "textures.minecraft.net", "api.mojang.com" };
|
||||
QString resolved_servers = "";
|
||||
QHostInfo host_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue