client: enable external updating
This commit is contained in:
@@ -333,7 +333,7 @@ public class RuneLite
|
|||||||
oprsExternalPluginManager.startExternalPluginManager();
|
oprsExternalPluginManager.startExternalPluginManager();
|
||||||
|
|
||||||
// Update external plugins
|
// 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.
|
// Load the plugins, but does not start them yet.
|
||||||
// This will initialize configuration
|
// This will initialize configuration
|
||||||
|
|||||||
@@ -24,8 +24,6 @@
|
|||||||
*/
|
*/
|
||||||
package net.runelite.client.config;
|
package net.runelite.client.config;
|
||||||
|
|
||||||
import com.openosrs.client.OpenOSRS;
|
|
||||||
|
|
||||||
import java.lang.annotation.ElementType;
|
import java.lang.annotation.ElementType;
|
||||||
import java.lang.annotation.Retention;
|
import java.lang.annotation.Retention;
|
||||||
import java.lang.annotation.RetentionPolicy;
|
import java.lang.annotation.RetentionPolicy;
|
||||||
|
|||||||
Reference in New Issue
Block a user