runelite: set jagex.disableBouncyCastle=true

This commit is contained in:
Adam
2022-06-10 09:26:54 -04:00
parent 70ca9a7706
commit f8c27b680b

View File

@@ -304,6 +304,7 @@ public class RuneLite
// Client size must be set prior to init
applet.setSize(Constants.GAME_FIXED_SIZE);
System.setProperty("jagex.disableBouncyCastle", "true");
// Change user.home so the client places jagexcache in the .runelite directory
String oldHome = System.setProperty("user.home", RUNELITE_DIR.getAbsolutePath());
try