list to ienumerable changes

Removed unused methods

strong to mongoId changes
This commit is contained in:
Chomp
2025-07-25 12:28:40 +01:00
parent d90bb73996
commit 34bd002876
49 changed files with 227 additions and 329 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ public static class Program
return builder;
}
private static List<SptMod> ValidateMods(List<SptMod> mods)
private static List<SptMod> ValidateMods(IEnumerable<SptMod> mods)
{
if (!ProgramStatics.MODS())
{