mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 23:11:57 +03:00
[FIX] MojangAuthProvider и его URL.
This commit is contained in:
parent
dd586f23eb
commit
5d7d4676f6
3 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit 9a7e59fb8df543305a2b708822a398dcabcac4b9
|
||||
Subproject commit 14d93a04d551ae36f68bd74d61445d8c7d7bd076
|
Loading…
Reference in a new issue