mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
common: Use ModrinthVersionFetcher before HangarVersionFetcher
This commit is contained in:
@@ -14,8 +14,8 @@ public class MasterVersionFetcher implements VersionFetcher{
|
||||
this.pluginName = pluginName;
|
||||
this.fetchers = new LinkedList<>();
|
||||
fetchers.push(new ReposiliteVersionFetcher(pluginName));
|
||||
fetchers.push(new ModrinthVersionFetcher(pluginName));
|
||||
fetchers.push(new HangarVersionFetcher(pluginName));
|
||||
fetchers.push(new ModrinthVersionFetcher(pluginName));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user