Update OpenOSRSConfig.java
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user