runelite-client: Bypass Jagex load balancer if we can't connect

This commit is contained in:
Max Weber
2019-08-09 15:10:09 -06:00
parent fbb82a3b0a
commit 034aa9214e
4 changed files with 180 additions and 53 deletions

View File

@@ -37,7 +37,7 @@ public class ClientConfigLoaderTest
@Test
public void test() throws IOException
{
final RSConfig config = ClientConfigLoader.fetch();
final RSConfig config = ClientConfigLoader.fetch(null);
for (String key : config.getClassLoaderProperties().keySet())
{