ClientLoader: allow skipping updating vanilla

This commit is contained in:
Max Weber
2022-03-27 11:11:50 -06:00
parent fb6f9682bd
commit 4fce225124
@@ -309,6 +309,11 @@ public class ClientLoader implements Supplier<Applet>
}
vanilla.position(0);
if (!vanillaCacheIsInvalid && "false".equals(System.getProperty("runelite.updateVanilla")))
{
return;
}
// Start downloading the vanilla client
HttpUrl url;
if (config.isFallback())