Skip to content

Commit

Permalink
clear requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonie-kramer committed Nov 4, 2023
1 parent 94fc608 commit 29aa45e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public static bool TryGetRequirementsMatch(string nameToFind, out ProgramRequire
public int SpaceCount { get; set; } = 1;
public static void SetRequirements(IEnumerable<ProgramRequirement> reqs, List<string> warnings)
{
Requirements.Clear();

var badProgramNames = new List<string>();

foreach (var req in reqs)
Expand Down

0 comments on commit 29aa45e

Please sign in to comment.