ClientLoader: allow skipping updating vanilla

This commit is contained in:
Max Weber
2022-03-24 14:08:32 -06:00
parent fb6f9682bd
commit 4fce225124

View File

@@ -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())