Use existing sessionid on login if available

This commit is contained in:
Adam
2019-01-28 08:59:57 -05:00
parent 63c3937f87
commit c62941855d
4 changed files with 9 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ public class AccountClient
HttpUrl url = RuneLiteAPI.getApiBase().newBuilder()
.addPathSegment("account")
.addPathSegment("login")
.addQueryParameter("uuid", uuid.toString())
.build();
logger.debug("Built URI: {}", url);