fix option shit

This commit is contained in:
2025-07-04 22:13:47 +02:00
parent b1ac3cd73c
commit 531c2a60bf
3 changed files with 5 additions and 2 deletions

View File

@@ -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)