Fix typing, Importer needs type to be defaultBuilds as buildtype can be a string
This commit is contained in:
@@ -522,7 +522,7 @@ public class BotWeaponGenerator
|
||||
{
|
||||
var id = _hashUtil.Generate();
|
||||
_botGeneratorHelper.AddItemWithChildrenToEquipmentSlot(
|
||||
new() { EquipmentSlots.SecuredContainer.ToString() },
|
||||
new() { EquipmentSlots.SecuredContainer },
|
||||
id,
|
||||
ammoTemplate,
|
||||
new()
|
||||
|
||||
Reference in New Issue
Block a user