Mongoid changes (#440)
* Remove old IsValidMongoId and Regex * Convert more configs to MongoId, as well as BaseClasses * Remove HashUtil.Generate(), replaced with new MongoId()
This commit is contained in:
@@ -2064,7 +2064,7 @@ public class BotEquipmentModGenerator(
|
||||
public HashSet<MongoId> FilterSightsByWeaponType(
|
||||
Item weapon,
|
||||
HashSet<MongoId> scopes,
|
||||
Dictionary<string, List<string>> botWeaponSightWhitelist
|
||||
Dictionary<MongoId, List<MongoId>> botWeaponSightWhitelist
|
||||
)
|
||||
{
|
||||
var weaponDetails = _itemHelper.GetItem(weapon.Template);
|
||||
|
||||
Reference in New Issue
Block a user