You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when given a IEnumerable<IModListingGetter<TModGetter>> modListings, it only skips mods that are missing on disk. SHould also skip mods that are disabled
This in theory will be a "big" api break.. but I think in reality it will not. Mainly because most of the usages are within synthesis which already does trimming of disabled mods
The text was updated successfully, but these errors were encountered:
Right now, when given a
IEnumerable<IModListingGetter<TModGetter>> modListings
, it only skips mods that are missing on disk. SHould also skip mods that are disabledThis in theory will be a "big" api break.. but I think in reality it will not. Mainly because most of the usages are within synthesis which already does trimming of disabled mods
The text was updated successfully, but these errors were encountered: