Update ClientLoader.java
This commit is contained in:
@@ -69,7 +69,9 @@ public class ClientLoader implements Supplier<Applet>
|
|||||||
{
|
{
|
||||||
RuneLiteSplashScreen.stage(.2, "Fetching applet viewer config");
|
RuneLiteSplashScreen.stage(.2, "Fetching applet viewer config");
|
||||||
|
|
||||||
final RSConfig config = ClientConfigLoader.fetch().blockingGet();
|
final RSConfig config = ClientConfigLoader.fetch()
|
||||||
|
.retry(50)
|
||||||
|
.blockingGet();
|
||||||
|
|
||||||
switch (updateCheckMode)
|
switch (updateCheckMode)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user