openrune: just about finish rework, gets to login

This commit is contained in:
therealunull
2020-12-13 15:12:37 -05:00
parent 11a239e94e
commit b54ff7f7db
693 changed files with 11362 additions and 3943 deletions

View File

@@ -24,7 +24,6 @@
*/
package net.runelite.cache.util;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import net.runelite.http.api.RuneLiteAPI;
@@ -42,14 +41,7 @@ public class XteaKeyManager
{
XteaClient xteaClient = new XteaClient(RuneLiteAPI.CLIENT);
try
{
keys = xteaClient.get();
}
catch (IOException e)
{
e.printStackTrace();
}
keys = null;
logger.info("Loaded {} keys", keys.size());
}