list to ienumerable changes
Removed unused methods strong to mongoId changes
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user