runelite-client: Bypass Jagex load balancer if we can't connect
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user