Use existing sessionid on login if available

This commit is contained in:
Adam
2019-01-31 19:47:56 -05:00
parent 63c3937f87
commit c62941855d
4 changed files with 9 additions and 5 deletions
@@ -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);