[FIX] MojangAuthProvider и его URL.

This commit is contained in:
zaxar163 2019-02-15 20:11:33 +03:00
parent dd586f23eb
commit 5d7d4676f6
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ public final class MojangAuthProvider extends AuthProvider {
static {
try {
URL = new URL("https://authserver.com.mojang.com/authenticate");
URL = new URL("https://authserver.mojang.com/authenticate");
} catch (MalformedURLException e) {
throw new InternalError(e);
}

@ -1 +1 @@
Subproject commit 9a7e59fb8df543305a2b708822a398dcabcac4b9
Subproject commit 14d93a04d551ae36f68bd74d61445d8c7d7bd076