use modpack config for finding updates
This commit is contained in:
@@ -56,7 +56,7 @@ public class ModpackFactory
|
||||
return action.SourceUrl;
|
||||
}
|
||||
|
||||
public async Task<KeyValuePair<string, string>[]> FindUpdates(InstallAction action, ModLoader modLoader = ModLoader.Any, string? gameVersion = null)
|
||||
public async Task<KeyValuePair<string, string>[]> FindUpdates(InstallAction action, string? gameVersion, ModLoader modLoader)
|
||||
{
|
||||
if (action.SourceType == SourceType.GitHub)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user