Remove external plugin support
Jagex has requested I take steps to prevent users from making plugins which are in violation of the game rules. This limits plugins to the core plugins.
This commit is contained in:
@@ -55,7 +55,6 @@ public class RuneLite
|
||||
{
|
||||
public static final File RUNELITE_DIR = new File(System.getProperty("user.home"), ".runelite");
|
||||
public static final File PROFILES_DIR = new File(RUNELITE_DIR, "profiles");
|
||||
public static final File PLUGIN_DIR = new File(RUNELITE_DIR, "plugins");
|
||||
public static final File SCREENSHOT_DIR = new File(RUNELITE_DIR, "screenshots");
|
||||
|
||||
private static Injector injector;
|
||||
@@ -162,9 +161,6 @@ public class RuneLite
|
||||
// Load the session, including saved configuration
|
||||
sessionManager.loadSession();
|
||||
|
||||
// Begin watching for new plugins
|
||||
pluginManager.watch();
|
||||
|
||||
SwingUtilities.invokeAndWait(() -> gui.showWithChrome(runeliteConfig.enableCustomChrome()));
|
||||
|
||||
eventBus.post(new ClientUILoaded());
|
||||
|
||||
Reference in New Issue
Block a user