fix option shit
This commit is contained in:
@@ -312,6 +312,9 @@ public class ModpackInstaller(ModpackConfig updateConfig, ModpackInfo modpackInf
|
||||
|
||||
private static bool GetOptionValue(UpdateCheckOptions options, InstallInfos installInfos, string optionStr)
|
||||
{
|
||||
if (optionStr is null)
|
||||
return true;
|
||||
|
||||
var optionsStr = optionStr.Split(',');
|
||||
|
||||
foreach (var set in installInfos.OptionSets)
|
||||
|
||||
Reference in New Issue
Block a user