change default repo
This commit is contained in:
@@ -99,7 +99,6 @@ public class PluginManager
|
||||
|
||||
@Setter
|
||||
boolean isOutdated;
|
||||
private Collection<com.openosrs.client.plugins.Plugin> oprsPlugins;
|
||||
|
||||
@Inject
|
||||
@VisibleForTesting
|
||||
@@ -569,11 +568,6 @@ public class PluginManager
|
||||
return plugins;
|
||||
}
|
||||
|
||||
public Collection<com.openosrs.client.plugins.Plugin> getOprsPlugins()
|
||||
{
|
||||
return oprsPlugins;
|
||||
}
|
||||
|
||||
/**
|
||||
* Topologically sort a graph into separate groups.
|
||||
* Each group represents the dependency level of the plugins.
|
||||
|
||||
Reference in New Issue
Block a user