ClientLoader: allow skipping updating vanilla
This commit is contained in:
@@ -309,6 +309,11 @@ public class ClientLoader implements Supplier<Applet>
|
|||||||
}
|
}
|
||||||
vanilla.position(0);
|
vanilla.position(0);
|
||||||
|
|
||||||
|
if (!vanillaCacheIsInvalid && "false".equals(System.getProperty("runelite.updateVanilla")))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Start downloading the vanilla client
|
// Start downloading the vanilla client
|
||||||
HttpUrl url;
|
HttpUrl url;
|
||||||
if (config.isFallback())
|
if (config.isFallback())
|
||||||
|
|||||||
Reference in New Issue
Block a user