Update OpenOSRSConfig.java

This commit is contained in:
Kyle
2020-05-25 00:27:49 +01:00
committed by GitHub
parent 37b14eaa1d
commit 59727ca56d

View File

@@ -347,7 +347,7 @@ public interface OpenOSRSConfig extends Config
)
default String getExternalRepositories()
{
return "OpenOSRS:https://raw.githubusercontent.com/open-osrs/plugin-hosting/master/";
return "OpenOSRS:https://raw.githubusercontent.com/open-osrs/plugin-hosting/master/;Plugin-Hub:https://raw.githubusercontent.com/owain94/OpenOSRS-RL-hub-hosting/master/";
}
@ConfigItem(
@@ -357,4 +357,4 @@ public interface OpenOSRSConfig extends Config
hidden = true
)
void setExternalRepositories(String val);
}
}