Update ExternalPluginManager.java

This commit is contained in:
Kyle
2020-05-25 00:28:48 +01:00
committed by GitHub
parent 59727ca56d
commit ba3a24ab63

View File

@@ -682,7 +682,7 @@ public class ExternalPluginManager
catch (StringIndexOutOfBoundsException e)
{
log.error("Error loading external repositories. They have been reset.");
openOSRSConfig.setExternalRepositories("OpenOSRS:https://raw.githubusercontent.com/open-osrs/plugin-hosting/master/");
openOSRSConfig.setExternalRepositories("OpenOSRS:https://raw.githubusercontent.com/open-osrs/plugin-hosting/master/;Plugin-Hub:https://raw.githubusercontent.com/owain94/OpenOSRS-RL-hub-hosting/master/");
}
updateManager = new UpdateManager(externalPluginManager, repositories);