mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-04 15:31:53 +03:00
Комментарии
This commit is contained in:
parent
cdb9aa9d3c
commit
1791b07f50
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ protected Entry fetchEntry(String username) throws IOException {
|
|||
@Override
|
||||
protected boolean updateAuth(UUID uuid, String username, String accessToken) throws IOException {
|
||||
return updUUID(uuid, username).equals("OK");
|
||||
// а как объеденить?
|
||||
// а как объеденить? а то троллит
|
||||
return updAccessToken(accessToken, username).equals("OK");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue