client: enable external updating

This commit is contained in:
zeruth
2021-01-25 20:42:16 -05:00
parent 5f89e00891
commit 48fdf79e65
2 changed files with 1 additions and 3 deletions

View File

@@ -333,7 +333,7 @@ public class RuneLite
oprsExternalPluginManager.startExternalPluginManager();
// Update external plugins
//oprsExternalPluginManager.update(); //TODO: Re-enable after fixing actions for new repo
oprsExternalPluginManager.update(); //TODO: Re-enable after fixing actions for new repo
// Load the plugins, but does not start them yet.
// This will initialize configuration

View File

@@ -24,8 +24,6 @@
*/
package net.runelite.client.config;
import com.openosrs.client.OpenOSRS;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;