mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
Опечатка
This commit is contained in:
parent
e046b0298c
commit
edce8ffa5f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ protected boolean updateServerID(UUID uuid, String serverID) throws IOException
|
|||
}
|
||||
|
||||
protected String updAccessToken(final String accessToken, final String username) throws IOException {
|
||||
return IOHelper.request(new URL(CommonHelper.replace(url, "type", "SetAccessToken", "username", IOHelper.urlEncode(Objects.toString(username)), "uuid", IOHelper.urlEncode(Objects.toString(accessToken)))));
|
||||
return IOHelper.request(new URL(CommonHelper.replace(url, "type", "SetAccessToken", "username", IOHelper.urlEncode(Objects.toString(username)), "accessToken", IOHelper.urlEncode(Objects.toString(accessToken)))));
|
||||
}
|
||||
|
||||
protected String updServerID(final UUID uuid, final String serverID) throws IOException {
|
||||
|
|
Loading…
Reference in a new issue