Fixed AddCompatibleModsForProvidedMod not filtering mods correctly

This commit is contained in:
Chomp
2025-07-02 23:35:37 +01:00
parent 77ce596056
commit fb1a96c3bf
@@ -1856,7 +1856,7 @@ public class BotEquipmentModGenerator(
modPool.TryAdd(modTemplate.Id, new Dictionary<string, HashSet<MongoId>>());
modPool[modTemplate.Id][desiredSlotObject.Name] = supportedSubModsSet;
modPool[modTemplate.Id][desiredSlotObject.Name] = filteredMods;
}
/// <summary>