Skip to content

Commit

Permalink
Clean up empty prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Safairette committed Dec 21, 2024
1 parent 51ff798 commit bb4df99
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class Harmony_ResearchPrerequisitesUtility
{
pair.second.RemoveWhere(x => x is AmmoDef ammoDef && ammoDef.menuHidden);
}
input.RemoveWhere(x => x.second.NullOrEmpty());
return input;
}
}
Expand Down

0 comments on commit bb4df99

Please sign in to comment.