Опечатка

This commit is contained in:
sasha0552 2019-04-10 04:52:47 +06:00
parent e046b0298c
commit edce8ffa5f

View file

@ -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 {